science-ation/db/db.update.232.sql

5 lines
522 B
SQL

INSERT INTO `pagetext` ( `id` , `textname` , `textdescription` , `text` , `year` , `lastupdate` , `lang` , `conferences_id`)
VALUES (NULL , 'register_participant_invite', 'Participant registration instructions for Invite-Only mode', '', '-1', NOW( ) , 'en', '-1');
INSERT INTO `pagetext` ( `id` , `textname` , `textdescription` , `text` , `year` , `lastupdate` , `lang` , `conferences_id`)
VALUES (NULL , 'register_teacher_invite', 'Teacher registration instructions for Invite-Only mode', '', '-1', NOW( ) , 'en', '-1');