diff options
| author | Simon | 2011-03-04 12:47:05 +0100 |
|---|---|---|
| committer | Simon | 2011-03-04 12:47:05 +0100 |
| commit | ba63996435b583f7e9d9468280fe291c78d1935f (patch) | |
| tree | 5d33a3cb32100bade7514ce68579a89c59324a3b /simonFilter.sql | |
| parent | löschen von Filtern && einrichte-script geändert (diff) | |
| download | pbs2-ba63996435b583f7e9d9468280fe291c78d1935f.tar.gz pbs2-ba63996435b583f7e9d9468280fe291c78d1935f.tar.xz pbs2-ba63996435b583f7e9d9468280fe291c78d1935f.zip | |
Filtertypen in SQL hinzugefügt && notes (von notiz-zettel)n hinzugefügt
Diffstat (limited to 'simonFilter.sql')
| -rw-r--r-- | simonFilter.sql | 7 |
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 |
