AppDbUpdater: Add new VIEWs for penalties

This commit is contained in:
2024-01-29 14:49:07 +01:00
parent ff3bd5cea5
commit e0bdbee2ae
4 changed files with 42 additions and 27 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 = 13;
public static readonly int RequiredSchemaVersion = 14;
private static int VersionOffset = 0;