summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-11-05 21:15:57 +0100
committerlpsolit%gmail.com <>2005-11-05 21:15:57 +0100
commit07e4290192060ff9b30b03b60155396603a00547 (patch)
tree0ab424d046c1ab0776ec169deb77d901f17bc602 /checksetup.pl
parent1afe548f9e830bcace4e06d3441bdd4b41c8d11a (diff)
downloadbugzilla-07e4290192060ff9b30b03b60155396603a00547.tar.gz
bugzilla-07e4290192060ff9b30b03b60155396603a00547.tar.xz
Bug 305927: [PostgreSQL] Adding a new product partly fails when 'makeproductgroups' is enabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl5
1 files changed, 5 insertions, 0 deletions
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.
#