add template application key
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddApplicationIdToSubmitters < ActiveRecord::Migration[7.0]
|
||||
class AddApplicationKeyToSubmitters < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :submitters, :application_key, :string
|
||||
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
|
||||
Reference in New Issue
Block a user