Squash and fix migrations so they run against an empty schema #24
|
@ -234,14 +234,8 @@ public class DataInitializer implements Lifecycle {
|
|||
}
|
||||
|
||||
private void createGradingCriterionTemplateIfNotDone() {
|
||||
save(getBachelorTemplate());
|
||||
save(getBachelorTemplate());
|
||||
save(getBachelorTemplate());
|
||||
save(getMasterTemplate());
|
||||
save(getMasterTemplate());
|
||||
save(getMasterTemplate());
|
||||
save(getMagisterTemplate());
|
||||
save(getMagisterTemplate());
|
||||
save(getMagisterTemplate());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user