A quick fix. The award_awards_table had the conferences_id set to 0 where the year was -1. Modified it to match.

This commit is contained in:
jacob 2010-11-05 17:48:19 +00:00
parent 88c6d9a0dd
commit 769d5ee969
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
218
219

1
db/db.update.219.sql Normal file
View File

@ -0,0 +1 @@
UPDATE `award_types` SET `conferences_id` = -1 WHERE `year` = -1;