Tests: Add in-memory database for testing

This commit is contained in:
2024-01-05 17:06:58 +01:00
parent 3f6a94e773
commit 2556033a07
9 changed files with 72 additions and 1 deletions

View File

@ -8,6 +8,7 @@ using System.Threading.Tasks;
namespace Elwig.Helpers {
public static class AppDbUpdater {
// Don't forget to update value in Tests/fetch-resources.bat!
public static readonly int RequiredSchemaVersion = 12;
private static int VersionOffset = 0;