Adds email template and settings for conference dates updates
This commit is contained in:
parent
ac247d0fb6
commit
71c17ddf08
4 changed files with 16 additions and 1 deletions
|
|
@ -165,6 +165,9 @@ ActiveRecord::Schema.define(version: 20140714141156) do
|
|||
t.string "accepted_subject"
|
||||
t.string "rejected_subject"
|
||||
t.string "confirmed_without_registration_subject"
|
||||
t.boolean "send_on_updated_conference_dates", default: true
|
||||
t.string "updated_conference_dates_subject"
|
||||
t.text "updated_conference_dates_template"
|
||||
end
|
||||
|
||||
create_table "event_attachments", force: true do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue