From 07e4290192060ff9b30b03b60155396603a00547 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 5 Nov 2005 20:15:57 +0000 Subject: =?UTF-8?q?Bug=20305927:=20[PostgreSQL]=20Adding=20a=20new=20produ?= =?UTF-8?q?ct=20partly=20fails=20when=20'makeproductgroups'=20is=20enabled?= =?UTF-8?q?=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dmkanat=20a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- checksetup.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 84c94f108..16edfae3d 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -4059,6 +4059,11 @@ $dbh->bz_add_column('attachments', 'isurl', $dbh->bz_add_column('namedqueries', 'query_type', {TYPE => 'BOOLEAN', NOTNULL => 1, DEFAULT => 0}); +# 2005-11-04 LpSolit@gmail.com - Bug 305927 +$dbh->bz_alter_column('groups', 'userregexp', + {TYPE => 'TINYTEXT', NOTNULL => 1, DEFAULT => "''"}); + + # If you had to change the --TABLE-- definition in any way, then add your # differential change code *** A B O V E *** this comment. # -- cgit v1.2.1