Add email for proposal submission
This commit is contained in:
parent
8d12a6b7ca
commit
8382ccb780
6 changed files with 34 additions and 2 deletions
|
|
@ -0,0 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddSubmittedProposalAttributesInEmailSettings < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :email_settings, :send_on_submitted_proposal, :boolean, default: false
|
||||
add_column :email_settings, :submitted_proposal_subject, :string
|
||||
add_column :email_settings, :submitted_proposal_body, :text
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue