4 changed files with 21 additions and 1 deletions
@ -0,0 +1,7 @@
|
||||
class AddImpactedByDeactivationColumn < ActiveRecord::Migration[7.0] |
||||
def change |
||||
change_table :lettings_logs, bulk: true do |t| |
||||
t.column :impacted_by_deactivation, :boolean |
||||
end |
||||
end |
||||
end |
||||
Loading…
Reference in new issue