Merge branch 'develop' into feature/JDK11
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -1,34 +0,0 @@
|
|||||||
package it.integry.ems.migration.model;
|
|
||||||
|
|
||||||
import it.integry.ems.migration._base.BaseMigration;
|
|
||||||
import it.integry.ems.migration._base.IntegryCustomer;
|
|
||||||
import it.integry.ems.migration._base.MigrationModelInterface;
|
|
||||||
|
|
||||||
public class Migration_20250304104653 extends BaseMigration implements MigrationModelInterface {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void up() throws Exception {
|
|
||||||
if (isHistoryDB())
|
|
||||||
return;
|
|
||||||
|
|
||||||
createSetup("W_VARTVENDTOT_DISP", "DATAWINDOW", "D_VARTVENDTOT_REP", null,
|
|
||||||
null, false, null, false, false,
|
|
||||||
false, false, false, null, false, null);
|
|
||||||
createSetup("W_VARTVENDTOT_DISP", "DATAWINDOW", "D_VARTVENDTOT_GRP_REP", null,
|
|
||||||
null, false, null, false, false,
|
|
||||||
false, false, false, null, false, null);
|
|
||||||
|
|
||||||
if(isCustomer(IntegryCustomer.Maggio)) {
|
|
||||||
updateSetupValue("W_VARTVENDTOT_DISP", "DATAWINDOW", "D_VARTVENDTOT_REP", "D_VARTVENDTOT_MAGGIO_REP");
|
|
||||||
updateSetupValue("W_VARTVENDTOT_DISP", "DATAWINDOW", "D_VARTVENDTOT_GRP_REP", "D_VARTVENDTOT_GRP_MAGGIO_REP");
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void down() throws Exception {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user