From d438a61fe304caf325b1e7e87a7853c372ef943b Mon Sep 17 00:00:00 2001 From: "burnus%gmx.de" <> Date: Sat, 25 Jan 2003 18:22:34 +0000 Subject: Bug 190582 - quips table initial definition in checksetup.pl missing approved column r,a=justdave --- checksetup.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index f2c1ef761..ee61522cb 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, -- cgit v1.2.3-24-g4f1b