Add banner (large) image

This commit is contained in:
spiral 2021-08-02 13:46:12 -04:00
parent 7681978435
commit e144571904
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
17 changed files with 231 additions and 11 deletions

View file

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