-- PeachMe court resource import -- Generated at 2026-06-30T18:30:19.028Z begin; insert into cities (id, tenant_id, name, description, location, is_active, created_at, updated_at) values ('fleet-munich', 'peachme', 'Munich Operator Fleet', 'Imported Munich tennis and padel resource market.', 'Munich, Germany', true, now(), now()) on conflict (id) do update set name = excluded.name, description = excluded.description, location = excluded.location, is_active = excluded.is_active, updated_at = now(); commit;