Timew: Added top-level commit to save data

This commit is contained in:
Paul Beckingham 2016-03-21 18:55:22 -04:00
parent 1e82568c49
commit 9904e7ff89

View file

@ -78,6 +78,9 @@ int main (int argc, const char** argv)
// Dispatch to commands. // Dispatch to commands.
status = dispatchCommand (args, database, rules, extensions, log); status = dispatchCommand (args, database, rules, extensions, log);
// Save any outstanding changes.
database.commit ();
} }
catch (const std::string& error) catch (const std::string& error)