]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20140117185510_drop_countries.rb
Replace the country table with a static XML countries file
[rails.git] / db / migrate / 20140117185510_drop_countries.rb
diff --git a/db/migrate/20140117185510_drop_countries.rb b/db/migrate/20140117185510_drop_countries.rb
new file mode 100644 (file)
index 0000000..fe9144c
--- /dev/null
@@ -0,0 +1,5 @@
+class DropCountries < ActiveRecord::Migration
+  def change
+    drop_table :countries
+  end
+end