convert_after_postgres.sql 184 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 update sungero_company_assistant set isassistant = true where isassistant is null; update sungero_company_assistant set preparesasgcmp = false where preparesasgcmp is null;