Move schema migration stuff to Database

This commit is contained in:
Ske
2020-06-13 19:54:16 +02:00
parent 1d1b7b8716
commit f1b28b7fb6
6 changed files with 72 additions and 99 deletions

View File

@@ -22,9 +22,7 @@ namespace PluralKit.Core
public NpgsqlBinaryImporter BeginBinaryImport(string copyFromCommand);
public NpgsqlBinaryExporter BeginBinaryExport(string copyToCommand);
public void ReloadTypes();
[Obsolete] new void Open();
[Obsolete] new void Close();