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