summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-04-18 16:49:57 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-04-18 16:49:57 +0200
commit280f6a0f92b153f647ab15647017d2e9e90301d2 (patch)
tree0cdd535c955ab6da399e2b3efd5c8004d6981941 /Bugzilla/DB/Schema.pm
parenta76f0247dd5f3734ba73ff59fba43d29c44df89a (diff)
downloadbugzilla-280f6a0f92b153f647ab15647017d2e9e90301d2.tar.gz
bugzilla-280f6a0f92b153f647ab15647017d2e9e90301d2.tar.xz
Bug 746547: SMALLSERIAL is of type INT2, not INT1
r=timello a=LpSolit
Diffstat (limited to 'Bugzilla/DB/Schema.pm')
-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 874a99ce0..00ff4acc9 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -2938,7 +2938,7 @@ unsigned)
=item C<SMALLSERIAL>
-An auto-increment L</INT1>
+An auto-increment L</INT2>
=item C<MEDIUMSERIAL>