INSERT INTO `mm_Settings` (`name`, `idCategory`, `fieldType`, `label`, `value`, `options`, `description`, `required`, `system`, `sorter`, `added`, `changed`) VALUES ('upcomingEventsLimit', 1, 'numeric', 'Upcoming Events Limit', '3', '', 'Set a limit of items for the Upcoming Events slider on the homepage or leave the field blank to have no limits.', 'n', 'n', 5, '2017-12-29 10:15:24', '2017-12-29 10:17:10'); INSERT INTO `mm_SettingsOptions` (`name`, `variable`, `value`, `type`, `sorter`) VALUES ('upcomingEventsLimit', 'precision', '0', 'int', NULL), ('upcomingEventsLimit', 'negative', '0', 'int', NULL);