]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20140117185510_drop_countries.rb
Merge branch 'master' into cancancan
[rails.git] / db / migrate / 20140117185510_drop_countries.rb
index fe9144cbb28b2ae95cf94df90a7500a010875d53..1b58c9fc0f970990626ba2914c11e3e97a12f3fb 100644 (file)
@@ -1,5 +1,5 @@
-class DropCountries < ActiveRecord::Migration
-  def change
+class DropCountries < ActiveRecord::Migration[5.0]
+  def up
     drop_table :countries
   end
 end