Describe the bug
When updating to the new version ( 11.13.4), the apply schema step fails with missing index.
errors: [
{
message: 'drop index "directus_revisions_activity_index" - index "directus_revisions_activity_index" does not exist',
extensions: [Object]
}
],
To Reproduce
Bump docker image from 11.12.0 to 11.13.4
run the npx directus-sync push command.
Expected behavior
The schema should be synced without any error
Versions (please complete the following information):
- Directus-Sync version: latest version
- Directus version: 11.13.4
- Database: PostgreSQL
- Directus environment Self-hosted