mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add email for proposal submission
This commit is contained in:
parent
dfe0b8188e
commit
da91ff8371
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