diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-04-18 16:52:39 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-04-18 16:52:39 +0200 |
commit | 2ab18652e4e5fc1b837321d60e3871a8a8714fd3 (patch) | |
tree | 64d016b4f43bad634d56b1123f27fceae3ce9ed7 | |
parent | Bug 727892: Update relnotes for 3.6.9 (diff) | |
download | bugzilla-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.pm | 2 |
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> |