Merge pull request #338 from gopesht/notify_on_cfp_update
Notify on cfp update
This commit is contained in:
commit
4a552c9623
8 changed files with 101 additions and 40 deletions
|
|
@ -0,0 +1,10 @@
|
|||
class AddCallForPapersUpdatesToEmailSettings < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :email_settings, :send_on_call_for_papers_dates_updates, :boolean, default: false
|
||||
add_column :email_settings, :send_on_call_for_papers_schedule_public, :boolean, default: false
|
||||
add_column :email_settings, :call_for_papers_schedule_public_subject, :string
|
||||
add_column :email_settings, :call_for_papers_dates_updates_subject, :string
|
||||
add_column :email_settings, :call_for_papers_schedule_public_template, :text
|
||||
add_column :email_settings, :call_for_papers_dates_updates_template, :text
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue