summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-07 03:47:08 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-07 03:47:08 -0400
commit641e968a7ffaaa31724b34422cc165d4b66ae131 (patch)
treea40cbee1dd2e073684287359e864df822c99d735 /db
parentfea1311388477583b31fa3214a7241a7322f494a (diff)
Updated the schema.rb because 1) I wish to not further anger the great Luke and 2) it is probably better this way for everyone.
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index f4612b8..df3d690 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -72,6 +72,7 @@ ActiveRecord::Schema.define(version: 20140407000143) do
create_table "matches", force: true do |t|
t.integer "status"
t.integer "tournament_id"
+ t.integer "submitted_peer_evaluations"
t.string "name"
t.integer "winner_id"
t.string "remote_id"