summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-04-18 16:48:33 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-04-18 16:48:33 +0200
commitb2d4b6c8ca356ae75f8e2e69dcb8f7c6e713b94b (patch)
tree0d2236d548ded374ca6b3bc92b7aea335b4e443e /Bugzilla/DB
parent0b899217cfa4e900c860f7898c8e67b701072f73 (diff)
downloadbugzilla-b2d4b6c8ca356ae75f8e2e69dcb8f7c6e713b94b.tar.gz
bugzilla-b2d4b6c8ca356ae75f8e2e69dcb8f7c6e713b94b.tar.xz
Bug 746547: SMALLSERIAL is of type INT2, not INT1
r=timello a=LpSolit
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r--Bugzilla/DB/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm
index 4c89b1870..707688473 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -2919,7 +2919,7 @@ unsigned)
=item C<SMALLSERIAL>
-An auto-increment L</INT1>
+An auto-increment L</INT2>
=item C<MEDIUMSERIAL>