ALTER TABLE `pagetext` DROP INDEX `textname` , ADD UNIQUE `textname` ( `textname` , `conferences_id` , `lang` ); UPDATE roles SET `type` = 'participant', `name` = 'Participant' WHERE type = 'student';