New fix #1

Merged
bilal.catic merged 16 commits from new-fix into master 2020-04-16 10:05:32 +02:00
Showing only changes of commit 893bbd3d97 - Show all commits

View File

@@ -42,11 +42,4 @@ 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