DeliveryPart: Add Unloading type instead of IsLesewagen
Some checks failed
Test / Run tests (push) Has been cancelled

This commit is contained in:
2025-12-12 12:34:57 +01:00
parent f228ba3019
commit 2aa32fec55
9 changed files with 159 additions and 40 deletions

View File

@@ -9,7 +9,7 @@ namespace Elwig.Helpers {
public static class AppDbUpdater {
// Don't forget to update value in Tests/fetch-resources.bat!
public static readonly int RequiredSchemaVersion = 34;
public static readonly int RequiredSchemaVersion = 35;
private static int VersionOffset = 0;