RED-9843: Changed version for AddTechnicalNameToJustifications
This commit is contained in:
parent
495ed75fc3
commit
8dd9a73694
@ -12,15 +12,15 @@ import lombok.extern.slf4j.Slf4j;
|
||||
@Slf4j
|
||||
@Setter
|
||||
@Service
|
||||
public class AddTechnicalNameToJustifications20 extends Migration {
|
||||
public class AddTechnicalNameToJustifications21 extends Migration {
|
||||
|
||||
private static final String NAME = "Migration to add a technical name to justifications";
|
||||
private static final long VERSION = 20;
|
||||
private static final long VERSION = 21;
|
||||
@Autowired
|
||||
private LegalBasisMigrationService legalBasisMigrationService;
|
||||
|
||||
|
||||
public AddTechnicalNameToJustifications20() {
|
||||
public AddTechnicalNameToJustifications21() {
|
||||
|
||||
super(NAME, VERSION);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user