feat: import/export system config

This commit is contained in:
spiral
2021-11-30 17:04:42 -05:00
parent 9097142718
commit cc4e659cec
6 changed files with 30 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ public partial class BulkImporter: IAsyncDisposable
importer._system = system;
}
importer._cfg = await repo.GetSystemConfig(system.Id);
importer._cfg = await repo.GetSystemConfig(system.Id, conn);
// Fetch all members in the system and log their names and hids
var members = await conn.QueryAsync<PKMember>("select id, hid, name from members where system = @System",