]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20110508145337_cleanup_bug_tables.rb
Merge remote-tracking branch 'upstream/pull/1964'
[rails.git] / db / migrate / 20110508145337_cleanup_bug_tables.rb
index e7dfcb793b3bac00e5f198d38436ff3fd70c7de0..2a285b45324555d96797e6f70d5f4245eb5d5e56 100644 (file)
@@ -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