remove players table from schema
This commit is contained in:
@@ -42,11 +42,4 @@ ActiveRecord::Schema.define do
|
|||||||
t.string :name
|
t.string :name
|
||||||
t.timestamps null: false
|
t.timestamps null: false
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table :players, force: true do |t|
|
|
||||||
t.references :tag
|
|
||||||
t.string :name
|
|
||||||
t.string :value
|
|
||||||
t.string :device_id
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user