Merge branch 'develop' into feature/JDK11
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
jenkins
2025-02-14 10:02:28 +01:00

View File

@@ -9,11 +9,13 @@ 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" );
executeStatement(
"alter table mtb_aart add flag_stampa_docu_vend bit not null default 1");
}
@Override
public void down() throws Exception {
}
}