]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 190582 - quips table initial definition in checksetup.pl missing approved column
authorburnus%gmx.de <>
Sat, 25 Jan 2003 18:22:34 +0000 (18:22 +0000)
committerburnus%gmx.de <>
Sat, 25 Jan 2003 18:22:34 +0000 (18:22 +0000)
r,a=justdave

checksetup.pl

index f2c1ef7619bd2f2fa09c70510da6fa3d1a67659f..ee61522cb08a00c1f0f76cf1263f5e9c0f906694 100755 (executable)
@@ -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,