Clean up the post deployment migration generator (#24233)
This commit is contained in:
parent
3c7053a2db
commit
a2a66300d9
6 changed files with 62 additions and 25 deletions
|
@ -1,8 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class <%= migration_class_name %> < ActiveRecord::Migration[5.2]
|
||||
disable_ddl_transaction!
|
||||
|
||||
def change
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue