# format : table query

# if some item in the master config database has became unsupported (maybe
#  because the server does not support it in that version yet), enable it.
items update items set status='0' where status='3';
