mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +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
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue