parent
dc3aabb4f4
commit
76b24193c4
18 changed files with 31 additions and 82 deletions
|
@ -0,0 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class RemoveRejectReplyFromDomainBlocks < ActiveRecord::Migration[7.1]
|
||||
disable_ddl_transaction!
|
||||
|
||||
def change
|
||||
safety_assured { remove_column :domain_blocks, :reject_reply, :boolean, null: false, default: false }
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue