Create 073.sql

This commit is contained in:
chrisgfx
2015-10-03 11:51:14 +02:00
parent 6fdcb03577
commit 24efc0176d

2
sql-schema/073.sql Normal file
View File

@@ -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', '');