diff options
| author | Simon | 2011-03-07 17:17:56 +0100 |
|---|---|---|
| committer | Simon | 2011-03-07 17:17:56 +0100 |
| commit | 8763f6cff0d65317db93f4ba93d6656e690dc9d8 (patch) | |
| tree | fd816a207b7983ad18af747ae5b992a590726d49 /pbs-data.sql | |
| parent | filter fertig (diff) | |
| download | pbs2-8763f6cff0d65317db93f4ba93d6656e690dc9d8.tar.gz pbs2-8763f6cff0d65317db93f4ba93d6656e690dc9d8.tar.xz pbs2-8763f6cff0d65317db93f4ba93d6656e690dc9d8.zip | |
dirty hack entfertn durch findBy-Methode
Diffstat (limited to 'pbs-data.sql')
| -rw-r--r-- | pbs-data.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pbs-data.sql b/pbs-data.sql index 1aec562..0549e0b 100644 --- a/pbs-data.sql +++ b/pbs-data.sql @@ -9,6 +9,7 @@ INSERT INTO `pbs`.`pbs_filtertype` (`filtertypeID`, `filtertypename`) VALUES (NU 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'); +INSERT INTO `pbs`.`pbs_filtertype` (`filtertypeID`, `filtertypename`) VALUES (NULL, 'Client'); -- Insert example data for filters INSERT INTO `pbs`.`pbs_group` (`groupID` ,`title` ,`description`)VALUES (NULL , 'testgruppe1', NULL); |
