mirror of https://github.com/docusealco/docuseal
parent
aee55165c5
commit
9e87a0373f
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddApplicationIdToSubmitters < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :submitters, :application_key, :string
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue