Adds make_conference_public field to conference model
This commit is contained in:
parent
0f697f3dbe
commit
e1b7067fd9
4 changed files with 10 additions and 1 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddMakeConferencePublicToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :make_conference_public, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue