Rimossa migration errata
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -3,21 +3,18 @@ package it.integry.ems.migration.model;
|
||||
import it.integry.ems.migration._base.BaseMigration;
|
||||
import it.integry.ems.migration._base.MigrationModelInterface;
|
||||
|
||||
public class Migration_20250121172054 extends BaseMigration implements MigrationModelInterface {
|
||||
public class Migration_20250123102921 extends BaseMigration implements MigrationModelInterface {
|
||||
|
||||
@Override
|
||||
public void up() throws Exception {
|
||||
if (isHistoryDB())
|
||||
return;
|
||||
|
||||
createSetup("EXPORT_DOCUMENTI", "INTESA", "TIPO_DOC", "DDTPDF_BP",
|
||||
"Codice tipologia documentale fornito da Intesa", false, null, false, false,
|
||||
false, false, false, null, false, null);
|
||||
|
||||
deleteSetup("MES", "SETUP", "FLAG_USE_NEW_GET_ORDERS");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void down() throws Exception {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user