Browse Source
* remove letting_in_sheltered_accomodation field This field is now duplicated by the shelteredaccom field * lint fixes * fix all failing specspull/579/head
Dushan
3 years ago
committed by
GitHub
9 changed files with 16 additions and 13 deletions
@ -0,0 +1,5 @@ |
|||||||
|
class RemoveDuplicateShelteredAccomodationColumn < ActiveRecord::Migration[7.0] |
||||||
|
def change |
||||||
|
remove_column :case_logs, :letting_in_sheltered_accommodation, :integer |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue