diff --git a/db/migrate/20140318072309_remove_city_from_schools.rb b/db/migrate/20140318072309_remove_city_from_schools.rb new file mode 100644 index 000000000..c91413134 --- /dev/null +++ b/db/migrate/20140318072309_remove_city_from_schools.rb @@ -0,0 +1,5 @@ +class RemoveCityFromSchools < ActiveRecord::Migration + def change + remove_column :schools, :city + end +end