mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 23:07:54 +00:00
Move schema migration stuff to Database
This commit is contained in:
parent
1d1b7b8716
commit
f1b28b7fb6
6 changed files with 72 additions and 99 deletions
|
|
@ -4,6 +4,7 @@ namespace PluralKit.Core
|
|||
{
|
||||
public interface IDatabase
|
||||
{
|
||||
Task ApplyMigrations();
|
||||
Task<IPKConnection> Obtain();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue