Adds migration to Email Settings for Venue Updates
This commit is contained in:
parent
bd3f251c45
commit
74a8988abc
4 changed files with 15 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
class AddVenueUpdateToEmailSettings < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :email_settings, :send_on_venue_update, :boolean, default: true
|
||||
add_column :email_settings, :venue_update_subject, :string
|
||||
add_column :email_settings, :venue_update_template, :text
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue