diff --git a/db/db.update.34.sql b/db/db.update.34.sql index 37c618b..79377cd 100644 --- a/db/db.update.34.sql +++ b/db/db.update.34.sql @@ -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),