Entities/Member: Add OrganicAuthorityCode

This commit is contained in:
2026-09-14 17:10:48 +02:00
parent abf06c558f
commit 6986f561a9
12 changed files with 43 additions and 34 deletions
+1 -1
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 = 41;
public static readonly int RequiredSchemaVersion = 42;
private static int VersionOffset = 0;