refactor: schema updates (#6370)

Test the schema files with STRICT_TRANS_TABLES and fix any issues
This commit is contained in:
Tony Murray
2017-04-13 04:18:12 -05:00
committed by Neil Lathwood
parent c5c643f901
commit 72ce39cf9b
20 changed files with 96 additions and 87 deletions

View File

@@ -1 +1 @@
INSERT INTO `graph_types`(`graph_type`, `graph_subtype`, `graph_section`, `graph_descr`, `graph_order`) VALUES ('device', 'sonicwall_sessions', 'firewall', 'Active Sessions', '');
INSERT INTO `graph_types`(`graph_type`, `graph_subtype`, `graph_section`, `graph_descr`, `graph_order`) VALUES ('device', 'sonicwall_sessions', 'firewall', 'Active Sessions', 0);