]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/053_add_map_bug_tables.rb
Remove cascading deletes, add another foreign key, and switch index around.
[rails.git] / db / migrate / 053_add_map_bug_tables.rb
index 0ad968d0a414f788090ba501ef5660d98bdff80c..aac3c11c473019ccea730200a3e15651a51e7793 100644 (file)
@@ -1,6 +1,6 @@
 require "migrate"
 
-class AddMapBugTables < ActiveRecord::Migration
+class AddMapBugTables < ActiveRecord::Migration[5.0]
   def self.up
     create_enumeration :map_bug_status_enum, %w[open closed hidden]