]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/022_key_constraints.rb
Update to rails 6.0.3.7
[rails.git] / db / migrate / 022_key_constraints.rb
index aa4c496c9f2dd765a6533cf9cca42f4bc00e1916..e7840b4147dd62ead3cfbf93d721d017968d7f89 100644 (file)
@@ -1,6 +1,4 @@
-require "migrate"
-
-class KeyConstraints < ActiveRecord::Migration
+class KeyConstraints < ActiveRecord::Migration[4.2]
   def self.up
     # Primary keys
     add_primary_key :current_node_tags, [:id, :k]
@@ -47,6 +45,6 @@ class KeyConstraints < ActiveRecord::Migration
   end
 
   def self.down
-    fail ActiveRecord::IrreversibleMigration
+    raise ActiveRecord::IrreversibleMigration
   end
 end