liquibase update

This commit is contained in:
Timo Bejan 2021-11-22 12:14:12 +02:00
parent 35d688c135
commit 2bfa0f34a8
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ public class ManualResizeRedactionEntity {
@ManyToOne
private FileEntity fileStatus;
@ElementCollection
@ElementCollection`
private List<RectangleEntity> positions = new ArrayList<>();
}

View File

@ -607,7 +607,7 @@ databaseChangeLog:
type: VARCHAR(255)
- column:
name: value
type: VARCHAR(255)
type: VARCHAR(4000)
- column:
name: file_status_id
type: VARCHAR(255)