From 24efc0176d0d27e5f6efeecde3ab46b20dfa0858 Mon Sep 17 00:00:00 2001 From: chrisgfx Date: Sat, 3 Oct 2015 11:51:14 +0200 Subject: [PATCH] Create 073.sql --- sql-schema/073.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql-schema/073.sql 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', '');