Database: Adapt to changes for examples in WLNS
All checks were successful
Test / Run tests (push) Successful in 3m17s

This commit is contained in:
2026-04-20 15:05:57 +02:00
parent a852dbb242
commit 9a371f472c
3 changed files with 10 additions and 1 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 = 38;
public static readonly int RequiredSchemaVersion = 39;
private static int VersionOffset = 0;