]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/054_refactor_map_bug_tables.rb
Update site to use jQuery 3
[rails.git] / db / migrate / 054_refactor_map_bug_tables.rb
index 70ed81e452e6f082e5f5ea29779792eba6798ac2..e29ec070482643ce292bd872dccc43983a29b7e2 100644 (file)
@@ -1,6 +1,6 @@
 require "migrate"
 
-class RefactorMapBugTables < ActiveRecord::Migration
+class RefactorMapBugTables < ActiveRecord::Migration[5.0]
   def self.up
     create_table :map_bug_comment do |t|
       t.column :bug_id, :bigint, :null => false