X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c20b31b54ed3043e9ebf3964aa7c08f5ddc73a95..6ebb21b66020ba845abd9fda408bb204d326e0de:/db/migrate/20110508145337_cleanup_bug_tables.rb diff --git a/db/migrate/20110508145337_cleanup_bug_tables.rb b/db/migrate/20110508145337_cleanup_bug_tables.rb index e7dfcb793..763b456a9 100644 --- a/db/migrate/20110508145337_cleanup_bug_tables.rb +++ b/db/migrate/20110508145337_cleanup_bug_tables.rb @@ -1,4 +1,4 @@ -class CleanupBugTables < ActiveRecord::Migration +class CleanupBugTables < ActiveRecord::Migration[4.2] def self.up rename_column :map_bugs, :date_created, :created_at rename_column :map_bugs, :last_changed, :updated_at