coralproject / talk

A better commenting experience from Vox Media
https://coralproject.net
Other
1.89k stars 354 forks source link

Add missing indices for `dsaReports` to `INDEXES.md` #4432

Closed nick-funk closed 11 months ago

nick-funk commented 11 months ago

What does this PR do?

Add missing indices for dsaReports to INDEXES.md

These changes will impact:

What changes to the GraphQL/Database Schema does this PR introduce?

None

Does this PR introduce any new environment variables or feature flags?

No

If any indexes were added, were they added to INDEXES.md?

db.dsaReports.createIndex({ tenantID: 1, id: 1 }, { unique: true });
db.dsaReports.createIndex({ status: 1, createdAt: 1, tenantID: 1 });
db.dsaReports.createIndex({ referenceID: 1, tenantID: 1 });
db.dsaReports.createIndex({ submissionID: 1, tenantID: 1 });

Added to INDEXES.md.

How do I test this PR?

Where any tests migrated to React Testing Library?

No

How do we deploy this PR?

netlify[bot] commented 11 months ago

Deploy Preview for gallant-galileo-14878c canceled.

Name Link
Latest commit ce59faa208f007c9d380dc5160366b2e9559bc07
Latest deploy log https://app.netlify.com/sites/gallant-galileo-14878c/deploys/6564d7d0a09ecb00088b636f
nick-funk commented 11 months ago

Branched off wrong base-branch, closing and opening new PR for this.