forked from science-ation/science-ation
00f380483b
Writing UI components to create conferences from within the user interface - still buggy
3 lines
107 B
SQL
3 lines
107 B
SQL
ALTER TABLE award_types DROP INDEX id;
|
|
ALTER TABLE `award_types` ADD PRIMARY KEY (`id`, `conferences_id`);
|