RED-7834: fix migration issues
This commit is contained in:
parent
3b8b397fe5
commit
cdf37fd486
@ -117,7 +117,6 @@ public class EntityLogMergeService {
|
||||
.imported(false)
|
||||
.matchedRule("")
|
||||
.section(manualRedactionEntry.getSection())
|
||||
.color(unprocessedManualEntity.getColor())
|
||||
.positions(unprocessedManualEntity.getPositions())
|
||||
.textAfter(unprocessedManualEntity.getTextAfter())
|
||||
.textBefore(unprocessedManualEntity.getTextBefore())
|
||||
|
||||
@ -36,6 +36,9 @@ public class EntityLogEntry {
|
||||
String closestHeadline;
|
||||
String section;
|
||||
|
||||
@Deprecated
|
||||
float[] color;
|
||||
|
||||
@Builder.Default
|
||||
List<Position> positions = new ArrayList<>();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user