Merge branch 'hotfix-index-fp' into 'master'

hotfix: fix index preconditions

See merge request redactmanager/persistence-service!910
This commit is contained in:
Kilian Schüttler 2025-01-09 11:31:28 +01:00
commit 15e7417766

View File

@ -6,7 +6,7 @@ databaseChangeLog:
- not:
indexExists:
indexName: file_dossier_id_last_updated_idx
tableName: dossier
tableName: file
changes:
- createIndex:
columns:
@ -24,7 +24,7 @@ databaseChangeLog:
- not:
indexExists:
indexName: file_dossier_id_deleted_hard_deleted_time_idx
tableName: dossier
tableName: file
changes:
- createIndex:
columns: