summaryrefslogtreecommitdiffstats
path: root/simonFilter.sql
diff options
context:
space:
mode:
Diffstat (limited to 'simonFilter.sql')
-rw-r--r--simonFilter.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/simonFilter.sql b/simonFilter.sql
new file mode 100644
index 0000000..c9cf9fa
--- /dev/null
+++ b/simonFilter.sql
@@ -0,0 +1,7 @@
+INSERT INTO `pbs`.`pbs_filtertype` (`filtertypeID`, `filtertypename`) VALUES (NULL, 'IP');
+INSERT INTO `pbs`.`pbs_filtertype` (`filtertypeID`, `filtertypename`) VALUES (NULL, 'MAC');
+INSERT INTO `pbs`.`pbs_filtertype` (`filtertypeID`, `filtertypename`) VALUES (NULL, 'PoolID');
+INSERT INTO `pbs`.`pbs_filtertype` (`filtertypeID`, `filtertypename`) VALUES (NULL, 'BootIso');
+INSERT INTO `pbs`.`pbs_filtertype` (`filtertypeID`, `filtertypename`) VALUES (NULL, 'Membership');
+INSERT INTO `pbs`.`pbs_filtertype` (`filtertypeID`, `filtertypename`) VALUES (NULL, 'Group');
+INSERT INTO `pbs`.`pbs_filtertype` (`filtertypeID`, `filtertypename`) VALUES (NULL, 'Time'); \ No newline at end of file