add is_keynote attribute to event_types
This commit is contained in:
parent
a8b0c28cee
commit
c787190571
9 changed files with 29 additions and 13 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddIsKeynoteToEventTypes < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :event_types, :is_keynote, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue