mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-11 00:10:35 -07:00
Add qualtrics_code to District and School
This commit is contained in:
parent
12415861c1
commit
8fc6fae16b
7 changed files with 239 additions and 11 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddQualtricsCodeToDistricts < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :districts, :qualtrics_code, :integer
|
||||
end
|
||||
end
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
class AddQualtricsCodeToSchools < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :schools, :qualtrics_code, :integer
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue