summaryrefslogtreecommitdiffstats
path: root/pbs-newdata.sql
diff options
context:
space:
mode:
authormichael pereira2011-03-18 19:24:47 +0100
committermichael pereira2011-03-18 19:24:47 +0100
commitfd0e66bf49af0bc56e68830b4c59294f0ec8c101 (patch)
treea5bd9e4e255c9a841b35931fa8f5d9c8d1ece5a2 /pbs-newdata.sql
parentDatenbank update, PoolController (diff)
downloadpbs2-fd0e66bf49af0bc56e68830b4c59294f0ec8c101.tar.gz
pbs2-fd0e66bf49af0bc56e68830b4c59294f0ec8c101.tar.xz
pbs2-fd0e66bf49af0bc56e68830b4c59294f0ec8c101.zip
BootOs Update implementiert, BootISO anlegen und some fixes
Diffstat (limited to 'pbs-newdata.sql')
-rw-r--r--pbs-newdata.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbs-newdata.sql b/pbs-newdata.sql
index a412195..9dd4624 100644
--- a/pbs-newdata.sql
+++ b/pbs-newdata.sql
@@ -54,7 +54,7 @@ INSERT INTO `pbs_bootos` (`bootosID`, `configID`, `groupID`, `membershipID`, `ti
(10, 1, 1, 1, 'BootOs 10', 'Description 10', 'initpath 10', 'kernelpath 10', 'default kcl 10', '1299693782', '2012-03-09', 0);
-- Adding bootiso
-INSERT INTO `pbs_bootiso` (`bootisoID`, `title`, `membershipID`, `groupID`, `path`, `serialnumber`, `created`, `expires`, `public`) VALUES
+INSERT INTO `pbs_bootiso` (`bootisoID`, `title`, `membershipID`, `groupID`, `path_fbgui`, `serialnumber`, `created`, `expires`, `public`) VALUES
(1, 'BootIso 1', 1, 1, 'Path 1', 123456789, '1299693879', '2012-03-09', 0),
(2, 'BootIso 2', 1, 1, 'Path 2', 2147483647, '1299693899', '2012-03-09', 0),
(3, 'BootIso 3', 1, 1, 'Path 3', 2147483647, '1299693899', '2012-03-09', 0);
@@ -63,7 +63,7 @@ INSERT INTO `pbs_bootiso` (`bootisoID`, `title`, `membershipID`, `groupID`, `pat
INSERT INTO `pbs_pool` (`poolID`, `groupID`, `title`, `description`, `location`) VALUES
(1, 1, 'Pool 1', 'Description 1', 'Keller'),
(2, 1, 'Pool 2', 'Description 2', 'EG'),
-(3, 1, 'Pool 3', 'Description 3', '1 OG');
+(3, 1, 'Pool 3', 'Description 3', '1 OG'),
(4, 1, 'Pool 4', 'Description 4', '2 OG');
-- Adding Bootmenus