Merge branch 'staging-fix' into 'master'

Fixed wrong execution of liquibase on staging envs

See merge request redactmanager/persistence-service!140
This commit is contained in:
Christoph Schabert 2023-09-25 08:03:31 +02:00
commit a2bd4564b4

View File

@ -0,0 +1,9 @@
databaseChangeLog:
- changeSet:
id: change-table-name-image-recategorization-staging-fix
author: timo
failOnError: false
changes:
- renameTable:
oldTableName: manual_image_recategorization
newTableName: manual_recategorization