removed room id from connections table

This commit is contained in:
Beatrice Olivera
2018-08-29 13:15:37 +01:00
parent 97aee2c10f
commit 82079d71cd
3 changed files with 1 additions and 15 deletions

View File

@@ -1,5 +0,0 @@
class AddColumnToConnections < ActiveRecord::Migration[5.2]
def change
add_column :connections, :room_id, :string
end
end