summaryrefslogtreecommitdiffstats
path: root/setup/pbs-newdata.sql
diff options
context:
space:
mode:
authorMichael Neves2012-01-26 13:47:08 +0100
committerMichael Neves2012-01-26 13:47:08 +0100
commit6b5c59ee57a838cba2767825e0352940305df676 (patch)
treed0924bc708fc710db3bcd24f0ad0afb8cafa99f3 /setup/pbs-newdata.sql
parentAdded Preboottype in DB {usb, iso} (diff)
downloadpbs2-6b5c59ee57a838cba2767825e0352940305df676.tar.gz
pbs2-6b5c59ee57a838cba2767825e0352940305df676.tar.xz
pbs2-6b5c59ee57a838cba2767825e0352940305df676.zip
adjusted Preboot in pbs.sql and pbs_newdata.sql
Diffstat (limited to 'setup/pbs-newdata.sql')
-rw-r--r--setup/pbs-newdata.sql8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup/pbs-newdata.sql b/setup/pbs-newdata.sql
index 938820c..86b0993 100644
--- a/setup/pbs-newdata.sql
+++ b/setup/pbs-newdata.sql
@@ -84,10 +84,10 @@ INSERT INTO `pbs_bootosuser` (`bootosuserID`, `configID`, `login`, `password`, `
(5, 2, 'login5', 'password5', null, 1);
-- Adding preboot
-INSERT INTO `pbs_preboot` (`prebootID`, `title`, `membershipID`, `groupID`, `created`, `source`, `description`) VALUES
-(1, 'Preboot 1', 1, 1, '1299694422', 'source1', 'Description 1'),
-(2, 'Preboot 2', 1, 1, '1299694422', 'source1', 'Description 2'),
-(3, 'Preboot 3', 1, 1, '1299694422', 'source1', 'Description 3');
+INSERT INTO `pbs_preboot` (`prebootID`, `title`, `membershipID`, `groupID`, `created`, `source`, `description`, `typeID`, `serialnumber`) VALUES
+(1, 'Preboot 1', 1, 1, '1299694422', 'source1', 'Description 1', 0, '10-20-30-40-50'),
+(2, 'Preboot 2', 1, 1, '1299694422', 'source1', 'Description 2', 0, '11-20-30-40-50'),
+(3, 'Preboot 3', 1, 1, '1299694422', 'source1', 'Description 3', 0, '12-20-30-40-50');
-- Adding bootiso
INSERT INTO `pbs_bootiso` (`bootisoID`, `title`, `membershipID`, `groupID`, `prebootID`, `serialnumber`, `created`, `expires`, `public`, `description`) VALUES