]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20140117185510_drop_countries.rb
Update to rails 4.2.9
[rails.git] / db / migrate / 20140117185510_drop_countries.rb
index fe9144cbb28b2ae95cf94df90a7500a010875d53..083319284700607c84528ed3a306f117506f74ec 100644 (file)
@@ -1,5 +1,5 @@
 class DropCountries < ActiveRecord::Migration
-  def change
+  def up
     drop_table :countries
   end
 end