doc_checked_out_user_id.sql 97 Bytes
update documents set checked_out_user_id=null
WHERE checked_out_user_id=-10 and is_checked_out=0;