Adds migrations for checkboxes of splash components
This commit is contained in:
parent
3cf41b51c2
commit
6c5e04f513
7 changed files with 57 additions and 23 deletions
|
|
@ -0,0 +1,6 @@
|
|||
class AddVenueCheckboxesToVenue < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :venues, :include_venue_in_splash, :boolean, default: false
|
||||
add_column :venues, :include_lodgings_in_splash, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue