SeedCompany / cord-api-v3

Bible translation project management API
MIT License
18 stars 4 forks source link

BUG: Don't create ProgressReports for InternshipEngagements #3291

Closed CarsonF closed 1 week ago

CarsonF commented 2 weeks ago

Remarkably we never checked the project/engagement type before creating/syncing progress reports. These should only be for TranslationProjects/LanguageEngagements.

Add migration to drop these rogue entries that are never accessed.