Nuovo campo in anagrafica articoli per stampa articolo su documenti
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:
@@ -9,6 +9,7 @@ public class Migration_20250207164130 extends BaseMigration implements Migration
|
||||
public void up() throws Exception {
|
||||
if (isHistoryDB())
|
||||
return;
|
||||
|
||||
executeStatement(
|
||||
"alter table mtb_aart add flag_stampa_docu_vend bit not null default 1");
|
||||
}
|
||||
@@ -16,4 +17,5 @@ public class Migration_20250207164130 extends BaseMigration implements Migration
|
||||
@Override
|
||||
public void down() throws Exception {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user