Move schema migration stuff to Database
This commit is contained in:
@@ -4,6 +4,7 @@ namespace PluralKit.Core
|
||||
{
|
||||
public interface IDatabase
|
||||
{
|
||||
Task ApplyMigrations();
|
||||
Task<IPKConnection> Obtain();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user