]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/021_move_to_innodb.rb
Qualify ActiveRecord::IrreversibleMigration
[rails.git] / db / migrate / 021_move_to_innodb.rb
index 7b56b302ef00c99e4fccecee58e948cb95e542ec..50e7ec8bed92eb7c7c48b498692efe690fb63a8b 100644 (file)
@@ -42,6 +42,6 @@ class MoveToInnodb < ActiveRecord::Migration
   end
 
   def self.down
-    raise IrreversibleMigration.new
+    raise ActiveRecord::IrreversibleMigration
   end
 end