commit | 0995f3242fe2a65ffdb5aa2ba19ffe084ccd61bc | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 22 13:16:46 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 22 13:27:18 2013 -0800 |
tree | a311b7a99d17a2357a05f319bbd13e445ac3ad4b | |
parent | cbda99234233d5e1e9f2343820add041feab3b06 [diff] [blame] |
Checkpoint in further separating action-log from sync-log
diff --git a/src/db-helper.cc b/src/db-helper.cc index 95ccc7a..d4c360e 100644 --- a/src/db-helper.cc +++ b/src/db-helper.cc
@@ -32,7 +32,7 @@ namespace fs = boost::filesystem; const std::string INIT_DATABASE = "\ -PRAGMA foreign_keys = ON; \n\ + PRAGMA foreign_keys = ON; \ "; DbHelper::DbHelper (const fs::path &path)