mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
adding response_total to SchoolQuestion
This commit is contained in:
parent
341c561a67
commit
a82deaafd8
3 changed files with 15 additions and 7 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddResponseTotalToSchoolQuestions < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :school_questions, :response_total, :integer
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue