diff options
| author | michael pereira | 2011-03-05 13:27:20 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-05 13:27:20 +0100 |
| commit | 3e86f2118ae8fd85e433913410c82915232cd073 (patch) | |
| tree | 3fbb90e62a1974cc9daf94d58a79f06ae449e0fd /simonFilter.sql | |
| parent | bootos v1 (diff) | |
| parent | Oberfläche der filter wurde verbessert, sodass nun filterentrys angelegt wer... (diff) | |
| download | pbs2-3e86f2118ae8fd85e433913410c82915232cd073.tar.gz pbs2-3e86f2118ae8fd85e433913410c82915232cd073.tar.xz pbs2-3e86f2118ae8fd85e433913410c82915232cd073.zip | |
.zfproject fix
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Conflicts:
.zfproject.xml
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 |
