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