[ { "createIndexes": "radar_watches", "indexes": [ { "key": { "owner_uid": 1, "status": 1 }, "name": "owner_watches_status" }, { "key": { "owner_uid": 1, "created_at": -1 }, "name": "owner_watches_created" } ] }, { "createIndexes": "radar_sweeps", "indexes": [ { "key": { "owner_uid": 1, "created_at": -1 }, "name": "owner_sweeps_created" }, { "key": { "watch_id": 1, "created_at": -1 }, "name": "watch_sweeps_created" }, { "key": { "job_id": 1 }, "name": "sweep_job" } ] }, { "createIndexes": "radar_opportunities", "indexes": [ { "key": { "owner_uid": 1, "created_at": -1 }, "name": "owner_opportunities_created" }, { "key": { "owner_uid": 1, "intent_band": 1, "status": 1 }, "name": "owner_opportunity_band_status" }, { "key": { "owner_uid": 1, "external_id": 1 }, "name": "owner_opportunity_external", "unique": true } ] }, { "createIndexes": "radar_replies", "indexes": [ { "key": { "owner_uid": 1, "opportunity_id": 1, "variant": 1 }, "name": "owner_reply_variant" } ] }, { "createIndexes": "crm_contacts", "indexes": [ { "key": { "owner_uid": 1, "source_platform": 1, "author_handle": 1 }, "name": "owner_contact_identity", "unique": true }, { "key": { "owner_uid": 1, "stage": 1, "last_touch_at": -1 }, "name": "owner_contacts_stage_touch" }, { "key": { "owner_uid": 1, "needs_follow_up": 1 }, "name": "owner_contacts_follow_up" } ] }, { "createIndexes": "crm_touches", "indexes": [ { "key": { "owner_uid": 1, "contact_id": 1, "created_at": -1 }, "name": "owner_touches_created" } ] }, { "createIndexes": "crm_followups", "indexes": [ { "key": { "status": 1, "due_at": 1 }, "name": "followup_due_scan" }, { "key": { "owner_uid": 1, "contact_id": 1 }, "name": "owner_contact_followup" } ] } ]