summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael pereira2011-03-21 15:21:43 +0100
committermichael pereira2011-03-21 15:21:43 +0100
commit0b41479477b636a1189908bb79fb7ff9b1438089 (patch)
tree064f09fa5dd8f2d48496874172548d8e347c74c2
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-0b41479477b636a1189908bb79fb7ff9b1438089.tar.gz
pbs2-0b41479477b636a1189908bb79fb7ff9b1438089.tar.xz
pbs2-0b41479477b636a1189908bb79fb7ff9b1438089.zip
quick fix
-rw-r--r--pbs-newdata.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbs-newdata.sql b/pbs-newdata.sql
index e075c29..1f9cb6f 100644
--- a/pbs-newdata.sql
+++ b/pbs-newdata.sql
@@ -94,7 +94,7 @@ 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', 2147483647, '456', '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