diff options
-rwxr-xr-x | checksetup.pl | 3 |
1 files changed, 2 insertions, 1 deletions
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, |