X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/effb1b7f4170bb7244c4dfffcbe6134fe00e2bc4..0a210801928a00d02ad8b9df809650004ae60f74:/db/migrate/054_refactor_map_bug_tables.rb

diff --git a/db/migrate/054_refactor_map_bug_tables.rb b/db/migrate/054_refactor_map_bug_tables.rb
index e29ec0704..23221c7b1 100644
--- a/db/migrate/054_refactor_map_bug_tables.rb
+++ b/db/migrate/054_refactor_map_bug_tables.rb
@@ -1,6 +1,4 @@
-require "migrate"
-
-class RefactorMapBugTables < ActiveRecord::Migration[5.0]
+class RefactorMapBugTables < ActiveRecord::Migration[4.2]
   def self.up
     create_table :map_bug_comment do |t|
       t.column :bug_id, :bigint, :null => false