liquibase update
This commit is contained in:
parent
35d688c135
commit
2bfa0f34a8
@ -50,7 +50,7 @@ public class ManualResizeRedactionEntity {
|
||||
@ManyToOne
|
||||
private FileEntity fileStatus;
|
||||
|
||||
@ElementCollection
|
||||
@ElementCollection`
|
||||
private List<RectangleEntity> positions = new ArrayList<>();
|
||||
|
||||
}
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user