work on write policy plugin

This commit is contained in:
Doug Hoyte
2023-02-08 16:44:53 -05:00
parent 51243ce62f
commit 61f2638f88
5 changed files with 60 additions and 17 deletions

View File

@ -187,7 +187,7 @@ struct DBScan {
} else {
scanState = CreatedAtScan{};
auto *state = std::get_if<CreatedAtScan>(&scanState);
indexDbi = env.dbi_Event__created_at;
indexDbi = env.dbi_Event__createdAt;
isComplete = [&, state]{
return state->done;