Merge tag 'Hotfix-90' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
Finish Hotfix-90
This commit is contained in:
@@ -11,7 +11,7 @@ public class Migration_20241104123509 extends BaseMigration implements Migration
|
||||
if (isHistoryDB())
|
||||
return;
|
||||
|
||||
if (!isCustomerDb(IntegryCustomerDB.Siciliani_DMS))
|
||||
if (isCustomerDb(IntegryCustomerDB.Siciliani_DMS))
|
||||
return;
|
||||
|
||||
createOrUpdateProcedure("sp_insertQuerySetup", "CREATE PROCEDURE sp_insertQuerySetup\n" +
|
||||
|
||||
@@ -11,10 +11,10 @@ public class Migration_20241125130356 extends BaseMigration implements Migration
|
||||
if (isHistoryDB())
|
||||
return;
|
||||
|
||||
if (!isCustomerDb(IntegryCustomerDB.Siciliani_DMS))
|
||||
if (isCustomerDb(IntegryCustomerDB.Siciliani_DMS))
|
||||
return;
|
||||
|
||||
executeStatement("alter table atb_list_data add flag_riversa_promo bit not null default 1;",
|
||||
executeStatement("alter table atb_list_data add flag_riversa_promo bit not null default 1",
|
||||
"CREATE TABLE [dbo].[mtb_list_costo_lisa_data]\n" +
|
||||
"(\n" +
|
||||
" id BIGINT IDENTITY,\n" +
|
||||
|
||||
@@ -11,7 +11,7 @@ public class Migration_20241125152139 extends BaseMigration implements Migration
|
||||
if (isHistoryDB())
|
||||
return;
|
||||
|
||||
if (!isCustomerDb(IntegryCustomerDB.Siciliani_DMS))
|
||||
if (isCustomerDb(IntegryCustomerDB.Siciliani_DMS))
|
||||
return;
|
||||
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ public class Migration_20241125174240 extends BaseMigration implements Migration
|
||||
if (isHistoryDB())
|
||||
return;
|
||||
|
||||
if (!isCustomerDb(IntegryCustomerDB.Siciliani_DMS))
|
||||
if (isCustomerDb(IntegryCustomerDB.Siciliani_DMS))
|
||||
return;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user