mirror of https://github.com/docusealco/docuseal
parent
e2bdb2acee
commit
a9cfd2bcfc
@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class UpdateSubmissionAccountIdIndex < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_index :submissions, %i[account_id id]
|
||||
remove_index :submissions, :account_id
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue