remove players table from schema

This commit is contained in:
Bilal Catic
2020-02-11 13:35:02 +01:00
parent c7ae81a533
commit 893bbd3d97

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