Commit d438a61f authored by burnus%gmx.de's avatar burnus%gmx.de

Bug 190582 - quips table initial definition in checksetup.pl missing approved column

r,a=justdave
parent 4753a099
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment