summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael pereira2011-03-21 15:23:50 +0100
committermichael pereira2011-03-21 15:23:50 +0100
commitf897ea2d5d9cbc31cd47390ffd4b06f21f589406 (patch)
tree2c3934f3e45c0641fb289a8566fc01636faf6b30
parentquick fix (diff)
downloadpbs2-f897ea2d5d9cbc31cd47390ffd4b06f21f589406.tar.gz
pbs2-f897ea2d5d9cbc31cd47390ffd4b06f21f589406.tar.xz
pbs2-f897ea2d5d9cbc31cd47390ffd4b06f21f589406.zip
quick fix part2
-rw-r--r--pbs-newdata.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/pbs-newdata.sql b/pbs-newdata.sql
index 1f9cb6f..33c3ff3 100644
--- a/pbs-newdata.sql
+++ b/pbs-newdata.sql
@@ -93,9 +93,9 @@ INSERT INTO `pbs_preboot` (`prebootID`, `title`, `membershipID`, `groupID`, `pat
-- Adding bootiso
INSERT INTO `pbs_bootiso` (`bootisoID`, `title`, `membershipID`, `groupID`, `prebootID`, `serialnumber`, `created`, `expires`, `public`) VALUES
-(1, 'BootIso 1', 1, 1, '1', 123456789, '123', '2012-03-09', 0),
-(2, 'BootIso 2', 1, 1, '2', 2147483647a, '456', '2012-03-09', 0),
-(3, 'BootIso 3', 1, 1, '3', 2147483647, '789', '2012-03-09', 0);
+(1, 'BootIso 1', 1, 1, '1', '123456789', '123', '2012-03-09', 0),
+(2, 'BootIso 2', 1, 1, '2', '2147483647a', '456', '2012-03-09', 0),
+(3, 'BootIso 3', 1, 1, '3', '2147483647', '789', '2012-03-09', 0);
-- Adding Pools
INSERT INTO `pbs_pool` (`poolID`, `groupID`, `title`, `description`, `location`) VALUES