5 changed files with 26 additions and 2 deletions
@ -0,0 +1,12 @@ |
|||||||
|
class AddMissingAttributesToScheme < ActiveRecord::Migration[7.0] |
||||||
|
def change |
||||||
|
add_column :schemes, :primary_client_group, :string |
||||||
|
add_column :schemes, :secondary_client_group, :string |
||||||
|
add_column :schemes, :sensitive, :boolean |
||||||
|
add_column :schemes, :total_units, :boolean |
||||||
|
add_column :schemes, :scheme_type, :integer |
||||||
|
add_column :schemes, :registered_under_care_act, :boolean |
||||||
|
add_column :schemes, :support_type, :integer |
||||||
|
add_column :schemes, :intended_stay, :string |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue