diff --git a/sql-schema/073.sql b/sql-schema/073.sql new file mode 100644 index 0000000000..635de4cb45 --- /dev/null +++ b/sql-schema/073.sql @@ -0,0 +1,2 @@ +INSERT INTO `graph_types`(`graph_type`, `graph_subtype`, `graph_section`, `graph_descr`, `graph_order`) VALUES ('device', 'pulse_users', 'firewall', 'Active Users', ''); +INSERT INTO `graph_types`(`graph_type`, `graph_subtype`, `graph_section`, `graph_descr`, `graph_order`) VALUES ('device', 'pulse_sessions', 'firewall', 'Active Sessions', '');