You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql = "select ct.id, ct.account_id, ct.name, ct.system_category from case_blocks_case_types ct, case_blocks_accounts a where ct.account_id = a.id and ct.id = $1 and a.nickname = $2"
} else {
sql = "select ct.id, ct.account_id, ct.name, ct.system_category from case_blocks_case_types ct, case_blocks_accounts a where ct.account_id = a.id and ct.id = ? and a.nickname = ?"