From 282c2599cec042b71e41452c7912cf50320fd89e Mon Sep 17 00:00:00 2001 From: james Date: Tue, 13 Jul 2010 13:40:44 +0000 Subject: [PATCH] Put update 196 back in after dave somehow removed it?! --- db/db.update.196.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 db/db.update.196.sql diff --git a/db/db.update.196.sql b/db/db.update.196.sql new file mode 100644 index 00000000..67eb9c5c --- /dev/null +++ b/db/db.update.196.sql @@ -0,0 +1 @@ +INSERT INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `ord` , `description` , `section`, `conferencetypes`, `conferences_id`, `year`) VALUES ( 'website', '', 'Global', 'text', '', '800', 'Your organization\'s website', 'conference', 'sciencefair,scienceolympics', '-1', '-1'), ( 'website_name', '', 'Global', 'text', '', '801', 'The name for your organization\'s website. This is only used if a website is entered.', 'conference', 'sciencefair,scienceolympics', '-1', '-1');