Entities/Member: Add OrganicAuthorityCode

This commit is contained in:
2026-09-14 15:44:37 +02:00
parent 6441fa4f50
commit 93fb500e44
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;