hotfix: precondition check for index creation
This commit is contained in:
parent
6d0354946a
commit
d4396fe6d5
@ -2,6 +2,11 @@ databaseChangeLog:
|
||||
- changeSet:
|
||||
id: add-indexes-to-file-table
|
||||
author: timo
|
||||
preConditions:
|
||||
- not:
|
||||
indexExists:
|
||||
indexName: file_dossier_id_last_updated_idx
|
||||
tableName: dossier
|
||||
changes:
|
||||
- createIndex:
|
||||
columns:
|
||||
@ -12,6 +17,15 @@ databaseChangeLog:
|
||||
indexName: file_dossier_id_last_updated_idx
|
||||
unique: false
|
||||
tableName: file
|
||||
- changeSet:
|
||||
id: add-indexes-to-file-table2
|
||||
author: timo
|
||||
preConditions:
|
||||
- not:
|
||||
indexExists:
|
||||
indexName: file_dossier_id_deleted_hard_deleted_time_idx
|
||||
tableName: dossier
|
||||
changes:
|
||||
- createIndex:
|
||||
columns:
|
||||
- column:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user