UPDATE company_profiles SET status = 'APPROVED' WHERE status = 'ACTIVE'; UPDATE customer_profiles SET status = 'APPROVED' WHERE status = 'ACTIVE';