Skip to content

Commit

Permalink
Add Parent KEY to graph_tree_items
Browse files Browse the repository at this point in the history
  • Loading branch information
micke2k committed Mar 27, 2016
1 parent df7407e commit 6386b48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cacti.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,8 @@ CREATE TABLE graph_tree_items (
PRIMARY KEY (`id`),
KEY `graph_tree_id` (`graph_tree_id`),
KEY `host_id` (`host_id`),
KEY `local_graph_id` (`local_graph_id`)
KEY `local_graph_id` (`local_graph_id`),
KEY `parent`(`parent`)
) ENGINE=MyISAM;

--
Expand Down

0 comments on commit 6386b48

Please sign in to comment.