Browse Source
* make changes for 2021-2022 form * add more changes to 2021-2022 form * execute migration * more form changes * Add rent period question and check multiple condition sets for depends_on cherry picked from CLDC-632-income-and-benefits-section branch * update form json * form and enum changes * create new constants for enums * Update config/forms/2021_2022.json Co-authored-by: Paul Robert Lloyd <paulrobertlloyd@users.noreply.github.com> * form alphabetising and lint fixes * add divider * Update app/models/constants/case_log.rb Co-authored-by: Paul Robert Lloyd <paulrobertlloyd@users.noreply.github.com> * Update config/forms/2021_2022.json Co-authored-by: Paul Robert Lloyd <paulrobertlloyd@users.noreply.github.com> Co-authored-by: Kat <katrina@madetech.com> Co-authored-by: Paul Robert Lloyd <paulrobertlloyd@users.noreply.github.com>pull/219/head
Dushan
3 years ago
committed by
GitHub
7 changed files with 121 additions and 29 deletions
@ -0,0 +1,7 @@ |
|||||||
|
class AddLettingInShelteredAccomodationField < ActiveRecord::Migration[7.0] |
||||||
|
def change |
||||||
|
change_table :case_logs, bulk: true do |t| |
||||||
|
t.column :letting_in_sheltered_accomodation, :integer |
||||||
|
end |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue