mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +00:00
chore: remove legacy C# DatabaseMigrator
This commit is contained in:
parent
c174a5bd80
commit
f12ef84e55
4 changed files with 1 additions and 92 deletions
|
|
@ -6,7 +6,6 @@ namespace PluralKit.Core;
|
|||
|
||||
public interface IDatabase
|
||||
{
|
||||
Task ApplyMigrations();
|
||||
Task<IPKConnection> Obtain(bool messages = false);
|
||||
Task Execute(Func<IPKConnection, Task> func);
|
||||
Task<T> Execute<T>(Func<IPKConnection, Task<T>> func);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue