remove players table from schema
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user