2 changed files with 6 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
class AddCarehomeChargesValueCheck < ActiveRecord::Migration[7.0] |
||||
def change |
||||
add_column :lettings_logs, :carehome_charges_value_check, :integer |
||||
end |
||||
end |
||||
Loading…
Reference in new issue