Commiting
This commit is contained in:
11
db/post_migrate/20201109233214_drop_account_domain_blocks.rb
Normal file
11
db/post_migrate/20201109233214_drop_account_domain_blocks.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class DropAccountDomainBlocks < ActiveRecord::Migration[5.2]
|
||||
def up
|
||||
drop_table :account_domain_blocks
|
||||
end
|
||||
|
||||
def down
|
||||
raise ActiveRecord::IrreversibleMigration
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user