From 0e45df5df8ec0f5b3045d5c24ccf4ed796feb677 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 2 Mar 2011 06:41:14 +0000 Subject: [PATCH] Add page_text's for participant and teacher invite only --- db/db.code.version.txt | 2 +- db/db.update.232.sql | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 db/db.update.232.sql diff --git a/db/db.code.version.txt b/db/db.code.version.txt index 71d936fd..7c022aed 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -231 +232 diff --git a/db/db.update.232.sql b/db/db.update.232.sql new file mode 100644 index 00000000..376186b7 --- /dev/null +++ b/db/db.update.232.sql @@ -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');