]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/056_add_date_closed.rb
Remove cascading deletes, add another foreign key, and switch index around.
[rails.git] / db / migrate / 056_add_date_closed.rb
index 50aeb6c4ff9e34007e0348cf5fffe979a40a3932..7b1a3233d9a389cd3c3117621b6eda6be9fe5cbd 100644 (file)
@@ -1,6 +1,6 @@
 require "migrate"
 
-class AddDateClosed < ActiveRecord::Migration
+class AddDateClosed < ActiveRecord::Migration[5.0]
   def self.up
     add_column :map_bugs, :date_closed, :timestamp
   end