From 047175d4df4e4c1e47bb3e37636e671b9f7dc918 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 6 Jun 2005 18:58:32 +0000 Subject: [PATCH] whoops, remove the ID's from the dates INSERT lines --- db/db.update.7.sql | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/db/db.update.7.sql b/db/db.update.7.sql index 46f35c4..5d73e09 100644 --- a/db/db.update.7.sql +++ b/db/db.update.7.sql @@ -20,12 +20,12 @@ INSERT INTO `config` (`var`, `val`, `description`, `year`) VALUES ('judges_passw INSERT INTO `config` (`var`, `val`, `description`, `year`) VALUES ('maxspecialawardsperproject', '7', 'The maximum number of self-nominated special awards a project can sign-up for', -1); INSERT INTO `config` (`var`, `val`, `description`, `year`) VALUES ('specialawardnomination', 'date', 'Self nominations for special awards are due either with registration or on a specific date. (date|registration). If "date" is used, it must be configured under "Important Dates" section.', -1); INSERT INTO `config` (`var`, `val`, `description`, `year`) VALUES ('fairmanageremail', '', 'The email address of the ''fair manager''. Any important emails etc generated by the system will be sent here', -1); -INSERT INTO `dates` (`id`, `date`, `name`, `description`, `year`) VALUES (1, '', 'fairdate', 'Date of the fair', -1); -INSERT INTO `dates` (`id`, `date`, `name`, `description`, `year`) VALUES (2, '', 'regopen', 'Registration system opens', -1); -INSERT INTO `dates` (`id`, `date`, `name`, `description`, `year`) VALUES (3, '', 'regclose', 'Registration system closes', -1); -INSERT INTO `dates` (`id`, `date`, `name`, `description`, `year`) VALUES (4, '', 'postparticipants', 'Registered participants are posted on the website', -1); -INSERT INTO `dates` (`id`, `date`, `name`, `description`, `year`) VALUES (5, '', 'postwinners', 'Winners are posted on the website', -1); -INSERT INTO `dates` (`id`, `date`, `name`, `description`, `year`) VALUES (6, '', 'judgeregopen', 'Judges registration opens', -1); -INSERT INTO `dates` (`id`, `date`, `name`, `description`, `year`) VALUES (7, '', 'judgeregclose', 'Judges registration closes', -1); -INSERT INTO `dates` (`id`, `date`, `name`, `description`, `year`) VALUES (8, '', 'specawardregopen', 'Special Awards self-nomination opens', -1); -INSERT INTO `dates` (`id`, `date`, `name`, `description`, `year`) VALUES (9, '', 'specawardregclose', 'Special Awards self-nomination closes', -1); +INSERT INTO `dates` (`date`, `name`, `description`, `year`) VALUES ('', 'fairdate', 'Date of the fair', -1); +INSERT INTO `dates` (`date`, `name`, `description`, `year`) VALUES ('', 'regopen', 'Registration system opens', -1); +INSERT INTO `dates` (`date`, `name`, `description`, `year`) VALUES ('', 'regclose', 'Registration system closes', -1); +INSERT INTO `dates` (`date`, `name`, `description`, `year`) VALUES ('', 'postparticipants', 'Registered participants are posted on the website', -1); +INSERT INTO `dates` (`date`, `name`, `description`, `year`) VALUES ('', 'postwinners', 'Winners are posted on the website', -1); +INSERT INTO `dates` (`date`, `name`, `description`, `year`) VALUES ('', 'judgeregopen', 'Judges registration opens', -1); +INSERT INTO `dates` (`date`, `name`, `description`, `year`) VALUES ('', 'judgeregclose', 'Judges registration closes', -1); +INSERT INTO `dates` (`date`, `name`, `description`, `year`) VALUES ('', 'specawardregopen', 'Special Awards self-nomination opens', -1); +INSERT INTO `dates` (`date`, `name`, `description`, `year`) VALUES ('', 'specawardregclose', 'Special Awards self-nomination closes', -1);