mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 00:07:55 +00:00
Add per-system member/group limit override
This commit is contained in:
parent
1e8470e77f
commit
1fda6ec919
8 changed files with 30 additions and 12 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 = 9;
|
||||
private const int TargetSchemaVersion = 10;
|
||||
|
||||
private readonly CoreConfig _config;
|
||||
private readonly ILogger _logger;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue