Skip to content

Commit

Permalink
mysql 5.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Aug 29, 2016
1 parent d4746fa commit b981154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cacti.sql
Expand Up @@ -1607,10 +1607,10 @@ CREATE TABLE data_template_data (
t_name char(2) default NULL,
name varchar(250) NOT NULL default '',
name_cache varchar(255) NOT NULL default '',
data_source_path varchar(255) default NULL,
t_active char(2) default NULL,
data_source_path varchar(255) default '',
t_active char(2) default '',
active char(2) default NULL,
t_rrd_step char(2) default NULL,
t_rrd_step char(2) default '',
rrd_step mediumint(8) unsigned NOT NULL default '0',
t_data_source_profile_id char(2) default '',
data_source_profile_id mediumint(8) unsigned NOT NULL default '1',
Expand Down

0 comments on commit b981154

Please sign in to comment.