parent
9107a290c1
commit
f14f01c0bd
@ -0,0 +1,7 @@
|
||||
class AddIndexToStatusesQuoteId < ActiveRecord::Migration[6.1]
|
||||
disable_ddl_transaction!
|
||||
|
||||
def change
|
||||
add_index :statuses, :quote_id, algorithm: :concurrently
|
||||
end
|
||||
end
|
Loading…
Reference in new issue