summaryrefslogtreecommitdiffstats
path: root/simonFilter.sql
diff options
context:
space:
mode:
authorSimon2011-03-06 13:32:09 +0100
committerSimon2011-03-06 13:32:09 +0100
commit79c0af755487c51e98f91d977bcbcfce61955ad0 (patch)
treec8dbc7df42c622837238f7475a9eabdb08e788b2 /simonFilter.sql
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-79c0af755487c51e98f91d977bcbcfce61955ad0.tar.gz
pbs2-79c0af755487c51e98f91d977bcbcfce61955ad0.tar.xz
pbs2-79c0af755487c51e98f91d977bcbcfce61955ad0.zip
sql-files aufgeräumt && filter geändert
Diffstat (limited to 'simonFilter.sql')
-rw-r--r--simonFilter.sql7
1 files changed, 0 insertions, 7 deletions
diff --git a/simonFilter.sql b/simonFilter.sql
deleted file mode 100644
index c9cf9fa..0000000
--- a/simonFilter.sql
+++ /dev/null
@@ -1,7 +0,0 @@
-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