Entities/Member: Add OrganicAuthorityCode

This commit is contained in:
2026-09-22 11:21:05 +02:00
parent d592fef352
commit 569913fe8f
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;