Update version on travis.yml

pull/325/merge
Rick Carlino 2017-05-18 13:31:18 -05:00
parent 0a293d2661
commit 01ab14f528
3 changed files with 1202 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.3.3
- 2.4.1
before_script:
- cp config/database.travis.yml config/database.yml
- mkdir -p public/app

View File

@ -0,0 +1,7 @@
class AddPolymorphicConstraints < ActiveRecord::Migration[5.1]
def change
add_polymorphic_constraints :pointer, :tool_slots
add_polymorphic_constraints :pointer, :plants
add_polymorphic_constraints :pointer, :generic_pointers
end
end

1194
db/structure.sql 100644

File diff suppressed because it is too large Load Diff