]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/054_refactor_map_bug_tables.rb
Merge remote-tracking branch 'upstream/pull/2439'
[rails.git] / db / migrate / 054_refactor_map_bug_tables.rb
index 588f654d0974527065824c4fb28b71726d877ba0..4bd713bd7823b852de3b7b0e85feacd5ea43ab5d 100644 (file)
@@ -1,6 +1,6 @@
-require 'migrate'
+require "migrate"
 
-class RefactorMapBugTables < ActiveRecord::Migration
+class RefactorMapBugTables < ActiveRecord::Migration[4.2]
   def self.up
     create_table :map_bug_comment do |t|
       t.column :bug_id, :bigint, :null => false