sqm-dashboards/db/migrate/20170311195824_add_description_to_school.rb
2017-03-12 14:52:22 -04:00

6 lines
162 B
Ruby

class AddDescriptionToSchool < ActiveRecord::Migration[5.0]
def change
add_column :schools, :description, :text
add_index :recipients, :phone
end
end