Database: Adapt to changes for examples in WLNS

This commit is contained in:
2026-04-20 15:05:57 +02:00
parent a852dbb242
commit 2b3c293730
4 changed files with 11 additions and 2 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;