Merge branch 'RED-10264' into 'master'
RED-10264: reorder migrations for backport Closes RED-10264 See merge request redactmanager/persistence-service!838
This commit is contained in:
commit
bb9bdabbae
@ -20,16 +20,16 @@ import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
@Slf4j
|
||||
@Service
|
||||
public class ManualChangesReorderingMigration28 extends Migration {
|
||||
public class ManualChangesReorderingMigration23 extends Migration {
|
||||
|
||||
private static final String NAME = "Migration for reordering mixed up manual changes";
|
||||
private static final long VERSION = 28;
|
||||
private static final long VERSION = 23;
|
||||
private final EntityLogEntryDocumentRepository entityLogEntryDocumentRepository;
|
||||
private final AddRedactionPersistenceService addRedactionPersistenceService;
|
||||
private final FileStatusService fileStatusService;
|
||||
|
||||
|
||||
public ManualChangesReorderingMigration28(EntityLogEntryDocumentRepository entityLogEntryDocumentRepository,
|
||||
public ManualChangesReorderingMigration23(EntityLogEntryDocumentRepository entityLogEntryDocumentRepository,
|
||||
AddRedactionPersistenceService addRedactionPersistenceService,
|
||||
FileStatusService fileStatusService) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user