hotfix: precondition check for index creation

This commit is contained in:
Kilian Schuettler 2024-12-19 11:51:25 +01:00
parent eb8a9d7644
commit ffda76c3cd

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: