Skip to content

Commit

Permalink
Fix syntax error on configuration population.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Oct 20, 2017
1 parent 4761451 commit fd40be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/openaudit_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ INSERT INTO `configuration` VALUES (53,'database_show_row_limit','1000','number'
INSERT INTO `configuration` VALUES (54,'collector_check_minutes','15','number','y','system','2000-01-01 00:00:00','The default check interval for collectors.');
INSERT INTO `configuration` VALUES (55,'page_size','1000','number','y','system','2000-01-01 00:00:00','The default limit of rows to retrieve.');
INSERT INTO `configuration` VALUES (56,'discovery_linux_use_sudo','y','bool','y','system','2000-01-01 00:00:00','When running discovery commands on a Linux target, should we use sudo.');
INSERT INTO `configuration` VALUES (57,'delete_noncurrent_netstat','y','bool','y','system','2000-01-01 00:00:00','Should we store non-current netstat data and generate change logs.')
INSERT INTO `configuration` VALUES (57,'delete_noncurrent_netstat','y','bool','y','system','2000-01-01 00:00:00','Should we store non-current netstat data and generate change logs.');
INSERT INTO `configuration` VALUES (58,'delete_noncurrent_variable','y','bool','y','system','2000-01-01 00:00:00','Should we store non-current environment variable data and generate change logs.');
/*!40000 ALTER TABLE `configuration` ENABLE KEYS */;
UNLOCK TABLES;
Expand Down

0 comments on commit fd40be1

Please sign in to comment.