From 280f6a0f92b153f647ab15647017d2e9e90301d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Wed, 18 Apr 2012 16:49:57 +0200 Subject: [PATCH] Bug 746547: SMALLSERIAL is of type INT2, not INT1 r=timello a=LpSolit --- Bugzilla/DB/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index 874a99ce0b..00ff4acc9a 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -2938,7 +2938,7 @@ unsigned) =item C -An auto-increment L +An auto-increment L =item C -- 2.47.2