mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +00:00
Add server-specific member avatars
This commit is contained in:
parent
6d5004bf54
commit
d0d3579b17
10 changed files with 108 additions and 42 deletions
|
|
@ -11,7 +11,7 @@ using Serilog;
|
|||
namespace PluralKit.Core {
|
||||
public class SchemaService
|
||||
{
|
||||
private const int TargetSchemaVersion = 3;
|
||||
private const int TargetSchemaVersion = 4;
|
||||
|
||||
private DbConnectionFactory _conn;
|
||||
private ILogger _logger;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue