SET NAMES utf8mb4;

-- GEOS și ECOS sunt eliminate explicit din Automation Studio.
DELETE FROM automation_connectors
WHERE UPPER(TRIM(code)) IN ('GEOS', 'ECOS')
   OR UPPER(TRIM(name)) IN ('GEOS', 'ECOS')
   OR UPPER(name) LIKE 'GEOS %'
   OR UPPER(name) LIKE 'ECOS %';
