update add 2 missing columns to config.

This commit is contained in:
dave 2007-01-10 05:12:36 +00:00
parent 900dab702d
commit a386788300

View File

@ -31,7 +31,7 @@ CREATE TABLE `tours_choice` (
-- Dumping data for table `config`
--
INSERT INTO `config` (`var`, `val`, `description`, `year`) VALUES
INSERT INTO `config` (`var`, `val`, `category`, `ord`, `description`, `year`) VALUES
('tours_enable', 'no', 'Tours', 0, 'Enable the "tours" module. Set to "yes" to allow participants to select tours', -1),
('tours_choices_min', '1', 'Tours', 100, 'Minimum number of tours a participant must select', -1),