Add rails version number to migrations
This commit is contained in:
parent
f773f67958
commit
29a780eb1a
95 changed files with 95 additions and 95 deletions
|
@ -1,4 +1,4 @@
|
|||
class CleanupBugTables < ActiveRecord::Migration
|
||||
class CleanupBugTables < ActiveRecord::Migration[5.0]
|
||||
def self.up
|
||||
rename_column :map_bugs, :date_created, :created_at
|
||||
rename_column :map_bugs, :last_changed, :updated_at
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue