forked from science-ation/science-ation
46b39f81e0
Add code in create conference and copy conference to set copyoriginal and copyparent Add missing json_decode to API (we expect ALL arrays being POSTED to be json encoded)
3 lines
201 B
SQL
3 lines
201 B
SQL
ALTER TABLE `pagetext` DROP INDEX `textname` , ADD UNIQUE `textname` ( `textname` , `conferences_id` , `lang` );
|
|
UPDATE roles SET `type` = 'participant', `name` = 'Participant' WHERE type = 'student';
|