chore: bump target schema version in DatabaseMigrator
This commit is contained in:
parent
0db7eebb17
commit
e4f1957c75
@ -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 = 29;
|
||||
private const int TargetSchemaVersion = 30;
|
||||
private readonly ILogger _logger;
|
||||
|
||||
public DatabaseMigrator(ILogger logger)
|
||||
|
Loading…
Reference in New Issue
Block a user