Test migrazione con errore
This commit is contained in:
@@ -3,11 +3,11 @@ package it.integry.ems.migration.model;
|
||||
import it.integry.ems.migration._base.BaseMigration;
|
||||
import it.integry.ems.migration._base.MigrationModelInterface;
|
||||
|
||||
public class Migration_20240202123052 extends BaseMigration implements MigrationModelInterface {
|
||||
public class Migration_20240202181531 extends BaseMigration implements MigrationModelInterface {
|
||||
|
||||
@Override
|
||||
public void up() throws Exception {
|
||||
//throw new Exception("Test");
|
||||
throw new Exception("Test");
|
||||
}
|
||||
|
||||
@Override
|
||||
Reference in New Issue
Block a user