mirror of https://github.com/docusealco/docuseal
parent
c04483f0ea
commit
d63f62109b
@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddAccountIdToSubmitters < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_reference :submitters, :account, index: false, null: true
|
||||
|
||||
add_index :submitters, %i[account_id id]
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue