sistemata migration
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:
@@ -15,7 +15,8 @@ public class Migration_20250929172222 extends BaseMigration implements Migration
|
||||
if (isHistoryDB())
|
||||
return;
|
||||
|
||||
if (isCustomer(IntegryCustomer.Idrotecnica) || isCustomer(IntegryCustomer.Sabato) || isCustomer(IntegryCustomer.Ime) || isCustomer(IntegryCustomer.Materica)) {
|
||||
if (isCustomer(IntegryCustomer.Idrotecnica) || isCustomer(IntegryCustomer.Sabato) || isCustomer(IntegryCustomer.Ime) ||
|
||||
isCustomer(IntegryCustomer.Materica) || isCustomer(IntegryCustomer.Lippolis)) {
|
||||
executeStatement("CREATE TABLE dbo.stb_activity_new\n" +
|
||||
"(\n" +
|
||||
" activity_id VARCHAR(15) NOT NULL\n" +
|
||||
|
||||
Reference in New Issue
Block a user