summaryrefslogtreecommitdiffstats
path: root/pbs-data.sql
diff options
context:
space:
mode:
authorSimon2011-03-08 16:40:30 +0100
committerSimon2011-03-08 16:40:30 +0100
commit90daca1a5ec239dfb7f44e54f1c22cf299181143 (patch)
treea8e91fd36e90e8a5dcedfcaeaa92099b5ca962f8 /pbs-data.sql
parentsession hinzugefügt (diff)
downloadpbs2-90daca1a5ec239dfb7f44e54f1c22cf299181143.tar.gz
pbs2-90daca1a5ec239dfb7f44e54f1c22cf299181143.tar.xz
pbs2-90daca1a5ec239dfb7f44e54f1c22cf299181143.zip
create, edit, delete session - fehlt noch mit selectboxen && sql-data abgeändert
Diffstat (limited to 'pbs-data.sql')
-rw-r--r--pbs-data.sql8
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);
+