feat: rewrite database schema for localized autoproxy

This commit is contained in:
spiral 2022-03-21 23:43:33 -04:00
parent ca108813b7
commit 982812333b
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
16 changed files with 245 additions and 188 deletions

View file

@ -9,7 +9,7 @@ namespace PluralKit.Core;
internal class DatabaseMigrator
{
private const string RootPath = "PluralKit.Core.Database"; // "resource path" root for SQL files
private const int TargetSchemaVersion = 26;
private const int TargetSchemaVersion = 27;
private readonly ILogger _logger;
public DatabaseMigrator(ILogger logger)