socialforge/db/migrate/20140318072309_remove_city_...

6 lines
111 B
Ruby

class RemoveCityFromSchools < ActiveRecord::Migration
def change
remove_column :schools, :city
end
end