diff --git a/spec/schema.rb b/spec/schema.rb index 7cb1a78..0ddb2b9 100644 --- a/spec/schema.rb +++ b/spec/schema.rb @@ -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