mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-10 16:00:33 -07:00
feat: update survey_item_response table to indlude recorded date and import recorded date when loading responses
This commit is contained in:
parent
acb01ec92f
commit
784e23982e
4 changed files with 33 additions and 4 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddRecordedDateToSurveyItemResponse < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :survey_item_responses, :recorded_date, :datetime
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue