mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +00:00
Store stard status in the database
This commit is contained in:
parent
26dc69e5a4
commit
ae9ed0f4ee
5 changed files with 103 additions and 13 deletions
|
|
@ -19,7 +19,7 @@ namespace PluralKit.Core
|
|||
internal class Database: IDatabase
|
||||
{
|
||||
private const string RootPath = "PluralKit.Core.Database"; // "resource path" root for SQL files
|
||||
private const int TargetSchemaVersion = 13;
|
||||
private const int TargetSchemaVersion = 14;
|
||||
|
||||
private readonly CoreConfig _config;
|
||||
private readonly ILogger _logger;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue