MemberDataSheet: Show area com buckets of current year (regardless of season)

This commit is contained in:
2024-02-21 15:10:27 +01:00
parent 99ca12b276
commit 8732141e6b
5 changed files with 26 additions and 14 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 = 16;
public static readonly int RequiredSchemaVersion = 17;
private static int VersionOffset = 0;