mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Database: Added important note about indexing latest data file
This commit is contained in:
parent
e8c34dcc43
commit
9dcb4f1a92
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
void Database::initialize (const std::string& location)
|
||||
{
|
||||
_location = location;
|
||||
|
||||
// _data_files[0] is always the current one, which may not exist.
|
||||
_current = currentDataFile ();
|
||||
_data_files.push_back (_current);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue