aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-04-18 16:52:39 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-04-18 16:52:39 +0200
commit2ab18652e4e5fc1b837321d60e3871a8a8714fd3 (patch)
tree64d016b4f43bad634d56b1123f27fceae3ce9ed7
parentBug 727892: Update relnotes for 3.6.9 (diff)
downloadbugzilla-2ab18652e4e5fc1b837321d60e3871a8a8714fd3.tar.gz
bugzilla-2ab18652e4e5fc1b837321d60e3871a8a8714fd3.tar.bz2
bugzilla-2ab18652e4e5fc1b837321d60e3871a8a8714fd3.zip
Bug 746547: SMALLSERIAL is of type INT2, not INT1
r=timello a=LpSolit
-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 76943fe1a..8b611dcf5 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -2775,7 +2775,7 @@ unsigned)
=item C<SMALLSERIAL>
-An auto-increment L</INT1>
+An auto-increment L</INT2>
=item C<MEDIUMSERIAL>