whoops, remove the ID's from the dates INSERT lines

This commit is contained in:
james 2005-06-06 18:58:32 +00:00
parent abf46c9e7c
commit 047175d4df

View File

@ -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);