commit
56747fc118
11 changed files with 135 additions and 52 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class SetRoomPublicDefaultToFalse < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :rooms, :public, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue