mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +00:00
Fix database errors on first startup
This commit is contained in:
parent
64b633e6b4
commit
66eb012e4a
2 changed files with 6 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ namespace PluralKit
|
|||
public class PerformanceTrackingConnection: IDbConnection
|
||||
{
|
||||
// Simple delegation of everything.
|
||||
private NpgsqlConnection _impl;
|
||||
internal NpgsqlConnection _impl;
|
||||
|
||||
private DbConnectionCountHolder _countHolder;
|
||||
private ILogger _logger;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue