forked from science-ation/science-ation
Add page_text's for participant and teacher invite only
This commit is contained in:
parent
1bc55cf742
commit
0e45df5df8
@ -1 +1 @@
|
||||
231
|
||||
232
|
||||
|
4
db/db.update.232.sql
Normal file
4
db/db.update.232.sql
Normal file
@ -0,0 +1,4 @@
|
||||
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');
|
Loading…
x
Reference in New Issue
Block a user