mirror of https://github.com/docusealco/docuseal
parent
9e542c7aaf
commit
1fc9d212ca
@ -0,0 +1,5 @@
|
||||
class AddExternalDataFieldsToTemplates < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :templates, :external_data_fields, :string
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue