From: burnus%gmx.de <> Date: Sat, 25 Jan 2003 18:22:34 +0000 (+0000) Subject: Bug 190582 - quips table initial definition in checksetup.pl missing approved column X-Git-Tag: bugzilla-2.17.4~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d438a61fe304caf325b1e7e87a7853c372ef943b;p=thirdparty%2Fbugzilla.git Bug 190582 - quips table initial definition in checksetup.pl missing approved column r,a=justdave --- diff --git a/checksetup.pl b/checksetup.pl index f2c1ef7619..ee61522cb0 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -1725,7 +1725,8 @@ $table{bug_group_map} = $table{quips} = 'quipid mediumint not null auto_increment primary key, userid mediumint not null default 0, - quip text not null'; + quip text not null, + approved tinyint(1) not null default 1'; $table{group_control_map} = 'group_id mediumint not null,