From 90daca1a5ec239dfb7f44e54f1c22cf299181143 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 8 Mar 2011 16:40:30 +0100 Subject: create, edit, delete session - fehlt noch mit selectboxen && sql-data abgeändert --- pbs-data.sql | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pbs-data.sql') 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); + -- cgit v1.2.3-55-g7522