socialforge/db/migrate/20140318072309_remove_city_...

6 lines
111 B
Ruby
Raw Normal View History

2014-03-18 15:26:39 +08:00
class RemoveCityFromSchools < ActiveRecord::Migration
def change
remove_column :schools, :city
end
end