X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/effb1b7f4170bb7244c4dfffcbe6134fe00e2bc4..c7a4705c904935fe42658daafa0aa5175132cdd6:/db/migrate/20110508145337_cleanup_bug_tables.rb?ds=sidebyside diff --git a/db/migrate/20110508145337_cleanup_bug_tables.rb b/db/migrate/20110508145337_cleanup_bug_tables.rb index 2a285b453..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[5.0] +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