summaryrefslogtreecommitdiffstats
path: root/pbs.sql
diff options
context:
space:
mode:
authormichael pereira2011-03-21 15:19:20 +0100
committermichael pereira2011-03-21 15:19:20 +0100
commit5236e6ae88b1614df492886c0427f7f1b6660459 (patch)
treef56825655de51c3708c413da3f0a0bc0219be9dd /pbs.sql
parentPreboot download working (diff)
downloadpbs2-5236e6ae88b1614df492886c0427f7f1b6660459.tar.gz
pbs2-5236e6ae88b1614df492886c0427f7f1b6660459.tar.xz
pbs2-5236e6ae88b1614df492886c0427f7f1b6660459.zip
Preboot und BootISO fertig
Diffstat (limited to 'pbs.sql')
-rw-r--r--pbs.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbs.sql b/pbs.sql
index bf8503b..4cb68d9 100644
--- a/pbs.sql
+++ b/pbs.sql
@@ -189,7 +189,7 @@ CREATE TABLE IF NOT EXISTS `pbs_bootiso` (
`membershipID` int(11),
`groupID` int(11) NOT NULL,
`prebootID` int(11) NOT NULL,
- `serialnumber` int(11) NOT NULL,
+ `serialnumber` varchar(30) NOT NULL UNIQUE,
`created` VARCHAR(14) NOT NULL,
`expires` VARCHAR(14),
`public` int(11) NOT NULL,