Adds email template and settings for conference dates updates
This commit is contained in:
parent
aee73fb442
commit
75cf1123cf
4 changed files with 16 additions and 1 deletions
|
|
@ -0,0 +1,7 @@
|
|||
class AddConferenceDatesUpdatesToEmailSettings < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :email_settings, :send_on_updated_conference_dates, :boolean, default: true
|
||||
add_column :email_settings, :updated_conference_dates_subject, :string
|
||||
add_column :email_settings, :updated_conference_dates_template, :text
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue