Database: Add v_member view
All checks were successful
Test / Run tests (push) Successful in 2m32s

This commit is contained in:
2025-12-16 15:58:45 +01:00
parent 452f246f24
commit 9af498287d
4 changed files with 22 additions and 3 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 = 35;
public static readonly int RequiredSchemaVersion = 36;
private static int VersionOffset = 0;