]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20140117185510_drop_countries.rb
Drop iconv which is deprecated and only needed for ruby 1.8 support
[rails.git] / db / migrate / 20140117185510_drop_countries.rb
1 class DropCountries < ActiveRecord::Migration
2   def change
3     drop_table :countries
4   end
5 end