mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-21 18:15:24 +00:00
ensure you can export a version 0 DB using a new binary
This commit is contained in:
@ -107,5 +107,5 @@ struct EventToWrite {
|
||||
};
|
||||
|
||||
|
||||
void writeEvents(lmdb::txn &txn, quadrable::Quadrable &qdb, std::vector<EventToWrite> &evs);
|
||||
void writeEvents(lmdb::txn &txn, quadrable::Quadrable &qdb, std::vector<EventToWrite> &evs, uint64_t logLevel = 1);
|
||||
void deleteEvent(lmdb::txn &txn, quadrable::Quadrable::UpdateSet &changes, defaultDb::environment::View_Event &ev);
|
||||
|
Reference in New Issue
Block a user