summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-07 04:47:50 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-07 04:47:50 -0400
commitc8b4045ba1ca02e750d6e8b15a1ced47b1930217 (patch)
treec5cb5380e61509541e8d6f1a17ca319267e4dca0 /db
parentb5f430fd59f7140722cc7940356c1de1ddd6f4d4 (diff)
It works. Users can do peer review.
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 9dbf69a..9214da8 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -72,7 +72,6 @@ ActiveRecord::Schema.define(version: 20140407081524) 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"