From acb1a225dd1eb9dde72c4b695632194ad0130a2c Mon Sep 17 00:00:00 2001 From: "R.J. Osborne" Date: Sun, 17 May 2015 09:49:51 -0400 Subject: [PATCH] updated the db schema file to reflect the migration --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index dc07353..d9d5f13 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20150427163818) do +ActiveRecord::Schema.define(version: 20150517075923) do create_table "matches", force: :cascade do |t| t.integer "w1"