forked from science-ation/science-ation
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:
parent
88c6d9a0dd
commit
769d5ee969
@ -1 +1 @@
|
||||
218
|
||||
219
|
||||
|
1
db/db.update.219.sql
Normal file
1
db/db.update.219.sql
Normal file
@ -0,0 +1 @@
|
||||
UPDATE `award_types` SET `conferences_id` = -1 WHERE `year` = -1;
|
Loading…
Reference in New Issue
Block a user