science-ation/db/db.update.221.sql
jacob 00f380483b Rewrote the installation script to deal with conferences
Writing UI components to create conferences from within the user interface - still buggy
2010-11-10 23:05:24 +00:00

3 lines
107 B
SQL

ALTER TABLE award_types DROP INDEX id;
ALTER TABLE `award_types` ADD PRIMARY KEY (`id`, `conferences_id`);