mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 08:10:10 +00:00
Add disabling reaction pings
This commit is contained in:
parent
216dfffe58
commit
59af6f02e8
8 changed files with 45 additions and 9 deletions
|
|
@ -11,7 +11,7 @@ using Serilog;
|
|||
namespace PluralKit.Core {
|
||||
public class SchemaService
|
||||
{
|
||||
private const int TargetSchemaVersion = 5;
|
||||
private const int TargetSchemaVersion = 6;
|
||||
|
||||
private DbConnectionFactory _conn;
|
||||
private ILogger _logger;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue