Skip to content

Commit

Permalink
Resolving Issue #1258
Browse files Browse the repository at this point in the history
cacti.sql does not appear to be up to date for all tables
  • Loading branch information
cigamit committed Jan 24, 2018
1 parent 69660c1 commit 5ba702f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions cacti.sql
Expand Up @@ -3,7 +3,6 @@
-- Allow MySQL to handle Cacti's legacy syntax
--

SET GLOBAL sql_mode = 'NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
SET SESSION sql_mode = 'NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';

--
Expand Down Expand Up @@ -369,7 +368,7 @@ CREATE TABLE `automation_snmp_items` (
`snmp_id` int(10) unsigned NOT NULL DEFAULT '0',
`sequence` int(10) unsigned NOT NULL DEFAULT '0',
`snmp_version` varchar(100) NOT NULL DEFAULT '',
`snmp_readstring` varchar(100) NOT NULL,
`snmp_community` varchar(100) NOT NULL,
`snmp_port` int(10) NOT NULL DEFAULT '161',
`snmp_timeout` int(10) unsigned NOT NULL DEFAULT '500',
`snmp_retries` tinyint(11) unsigned NOT NULL DEFAULT '3',
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG
@@ -1,6 +1,7 @@
Cacti CHANGELOG

1.1.34
-issue#1258: cacti.sql does not appear to be up to date for all tables
-issue#1261: Automatic logout should not fire when using Web Basic Authentication

1.1.33
Expand Down

0 comments on commit 5ba702f

Please sign in to comment.