[WIP] Entities: Add AreaComContract to group area commitments together
Some checks failed
Test / Run tests (push) Failing after 1m57s

This commit is contained in:
2026-03-30 19:35:53 +02:00
parent 1f4fe2129d
commit f600609356
22 changed files with 858 additions and 319 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 = 37;
public static readonly int RequiredSchemaVersion = 38;
private static int VersionOffset = 0;