]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20140117185510_drop_countries.rb
Update annotations after 91a37235ac748df7dc241b215790d6cbecd652f3
[rails.git] / db / migrate / 20140117185510_drop_countries.rb
1 class DropCountries < ActiveRecord::Migration[4.2]
2   def up
3     drop_table :countries
4   end
5 end