summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-07 04:18:09 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-07 04:18:09 -0400
commitb5f430fd59f7140722cc7940356c1de1ddd6f4d4 (patch)
tree44f8d8f62cd3535a897a28b5a99e8dfb917dc995 /db/schema.rb
parent26738698ae3a26c98d81a03309c150c7e38e3488 (diff)
parentc3af0f5b51dfe842ad9e4c5ea93e202e26e818ac (diff)
Merge branch 'clean2'
Conflicts: app/views/matches/index.html.erb app/views/matches/show.html.erb
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index df3d690..9dbf69a 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: 20140407000143) do
+ActiveRecord::Schema.define(version: 20140407081524) do
create_table "alerts", force: true do |t|
t.integer "author_id"
@@ -76,6 +76,7 @@ ActiveRecord::Schema.define(version: 20140407000143) do
t.string "name"
t.integer "winner_id"
t.string "remote_id"
+ t.integer "submitted_peer_evaluations"
t.datetime "created_at"
t.datetime "updated_at"
end