Entities/Member: Add OrganicAuthorityCode

This commit is contained in:
2026-09-14 16:40:23 +02:00
parent 6436762e8d
commit 62ac9d612b
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;