Add Rails release to ActiveRecord::Migration
This commit is contained in:
parent
44a198c7bc
commit
74531f90c7
108 changed files with 108 additions and 108 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
class OrderGroup < Group; end # Needed for renaming of OrderGroup to Ordergroup
|
||||
|
||||
class RoadToVersionThree < ActiveRecord::Migration
|
||||
class RoadToVersionThree < ActiveRecord::Migration[4.2]
|
||||
def self.up
|
||||
# TODO: Combine migrations since foodsoft3-development into one file
|
||||
# and try to build a migration path from old data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue