mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +00:00
Add logger bot cleanup support
This commit is contained in:
parent
2268a33600
commit
e9cc8ed424
10 changed files with 342 additions and 11 deletions
|
|
@ -11,7 +11,7 @@ using Serilog;
|
|||
namespace PluralKit.Core {
|
||||
public class SchemaService
|
||||
{
|
||||
private const int TargetSchemaVersion = 4;
|
||||
private const int TargetSchemaVersion = 5;
|
||||
|
||||
private DbConnectionFactory _conn;
|
||||
private ILogger _logger;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue