mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-10-21 17:29:59 +00:00
added room id to connections table
This commit is contained in:
5
db/migrate/20180829102007_add_column_to_connections.rb
Normal file
5
db/migrate/20180829102007_add_column_to_connections.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddColumnToConnections < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :connections, :room_id, :string
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user