mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 06:01:12 +00:00
Adds migrations for call for papers dates updates and schedule in email settings
This commit is contained in:
parent
7f6e218299
commit
8cdf48c7df
3 changed files with 32 additions and 13 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