ensure you can export a version 0 DB using a new binary

This commit is contained in:
Doug Hoyte
2023-02-09 04:31:31 -05:00
parent cdb25aed45
commit 3d4b8853f1
11 changed files with 44 additions and 28 deletions

View File

@ -39,7 +39,7 @@ void cmd_import(const std::vector<std::string> &subArgs) {
};
auto flushChanges = [&]{
writeEvents(txn, qdb, newEvents);
writeEvents(txn, qdb, newEvents, 0);
uint64_t numCommits = 0;