forked from External/greenlight
handle errors and fix join form
This commit is contained in:
@ -5,7 +5,6 @@ class CreateRooms < ActiveRecord::Migration[5.0]
|
||||
t.string :name, index: true
|
||||
t.string :uid, index: true
|
||||
t.string :bbb_id, index: true
|
||||
t.string :icon, index: true
|
||||
t.integer :sessions, index: true, default: 0
|
||||
t.datetime :last_session, index: true
|
||||
|
||||
|
Reference in New Issue
Block a user