mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +00:00
Add autoproxy management commands
This commit is contained in:
parent
ca37c7e6ca
commit
57bc576de6
6 changed files with 155 additions and 8 deletions
|
|
@ -10,7 +10,7 @@ using Serilog;
|
|||
namespace PluralKit {
|
||||
public class SchemaService
|
||||
{
|
||||
private const int TargetSchemaVersion = 2;
|
||||
private const int TargetSchemaVersion = 3;
|
||||
|
||||
private DbConnectionFactory _conn;
|
||||
private ILogger _logger;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue