Skip to content

Commit

Permalink
QA: Let the repair process dictate the Automation Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Nov 24, 2023
1 parent 37d9938 commit 8c36dc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cacti.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1458,9 +1458,9 @@ CREATE TABLE `data_source_purge_temp` (
CREATE TABLE `data_source_stats_command_cache` (
`local_data_id` int(10) unsigned NOT NULL default 0,
`stats_command` BLOB NOT NULL default '',
PRIMARY KEY (`local_data_id`))
ENGINE=InnoDB
ROW_FORMAT=DYNAMIC
PRIMARY KEY (`local_data_id`))
ENGINE=InnoDB
ROW_FORMAT=DYNAMIC
COMMENT='Holds the RRDfile Stats Commands';

--
Expand Down

0 comments on commit 8c36dc1

Please sign in to comment.