sqm-dashboards/db/migrate/20211006174717_add_description_to_measure.rb
Chad Serrant ae525fdb2a Completes Measures on the "Teachers & Leadership" Category Tab -
Milford High School (Milford District) [#179728008]
2021-10-07 22:45:39 +02:00

5 lines
130 B
Ruby

class AddDescriptionToMeasure < ActiveRecord::Migration[5.1]
def change
add_column :measures, :description, :text
end
end