diff options
Diffstat (limited to 'pbs-data.sql')
| -rw-r--r-- | pbs-data.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pbs-data.sql b/pbs-data.sql index ec7dd03..52a174a 100644 --- a/pbs-data.sql +++ b/pbs-data.sql @@ -63,3 +63,11 @@ INSERT INTO `pbs_poolentries` (`poolentriesID`, `poolID`, `clientID`) VALUES (9, 3, 9), (10, 3, 10); +-- Insert Data for Sessions +INSERT INTO `pbs`.`pbs_bootos` (`bootosID`, `configID`, `groupID`, `membershipID`, `title`, `description`, `path_init`, `path_kernel`, `defaultkcl`, `created`, `expires`, `public`) VALUES +(1, NULL, 1, 1, 'BootOS 1', 'Description', '', '', '', '', NULL, 0); + +INSERT INTO `pbs_bootiso` (`bootisoID`, `title`, `membershipID`, `groupID`, `path`, `serialnumber`, `created`, `expires`, `public`) VALUES +(1, 'BootISO 1', 1, 1, '', 1337, '', NULL, 1), +(2, 'BootISO 2', 1, 1, '', 1337, '', NULL, 1); + |
