convert_after_mssql.sql 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 update sungero_company_assistant set isassistant = 1 where isassistant is null; update sungero_company_assistant set preparesasgcmp = 0 where preparesasgcmp is null;