From f27aaa287562fb880934565d6a091ab1674bfab4 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 19 Jul 2006 04:10:31 +0000 Subject: Bug 344521: Make custom fields optionally functional on enter_bug.cgi Patch By Max Kanat-Alexander r=LpSolit, a=myk --- checksetup.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 71e43d281..d6a76a0a0 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -4246,6 +4246,9 @@ if (!$dbh->bz_column_info('classifications', 'sortkey')) { } } +$dbh->bz_add_column('fielddefs', 'enter_bug', + {TYPE => 'BOOLEAN', NOTNULL => 1, DEFAULT => 'FALSE'}); + # 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.3-24-g4f1b