2 changed files with 6 additions and 2 deletions
@ -0,0 +1,5 @@
|
||||
class RemoveDuplicateShelteredAccomodationColumn < ActiveRecord::Migration[7.0] |
||||
def change |
||||
remove_column :case_logs, :letting_in_sheltered_accommodation |
||||
end |
||||
end |
Loading…
Reference in new issue