Modifica per DMS

This commit is contained in:
2025-05-29 13:11:41 +02:00
parent 0b9d6198ed
commit 75474632b1

View File

@@ -10,6 +10,8 @@ public class Migration_20250522150750 extends BaseMigration implements Migration
if (isHistoryDB())
return;
if (isDMS()) return;
if (!existsTable( "stb_multiplier")) {
executeStatement( "CREATE TABLE stb_multiplier\n" +
"(\n" +