forked from External/greenlight
Allow rooms to have an optional access code (#646)
This commit is contained in:
committed by
Jesus Federico
parent
a055b88eb7
commit
7d1c9e87a9
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddPasswordDigestToRooms < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :rooms, :access_code, :string, null: true, default: nil
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user