forked from science-ation/science-ation
3 lines
201 B
MySQL
3 lines
201 B
MySQL
|
ALTER TABLE `pagetext` DROP INDEX `textname` , ADD UNIQUE `textname` ( `textname` , `conferences_id` , `lang` );
|
||
|
UPDATE roles SET `type` = 'participant', `name` = 'Participant' WHERE type = 'student';
|