Upstream sync

This commit is contained in:
Senad Uka
2020-02-07 16:09:57 +01:00
parent 530951ff45
commit 37ad466439
12 changed files with 86 additions and 44 deletions

View File

@@ -42,4 +42,11 @@ ActiveRecord::Schema.define do
t.string :name
t.timestamps null: false
end
create_table :players, force: true do |t|
t.references :tag
t.string :name
t.string :value
t.string :device_id
end
end