forked from science-ation/science-ation
update add 2 missing columns to config.
This commit is contained in:
parent
900dab702d
commit
a386788300
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user