mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 17:37:43 +00:00
ensure you can export a version 0 DB using a new binary
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user