fix(CoreManager): enable chat migration for old linphone versions

This commit is contained in:
Ronan Abhamon 2018-08-30 15:12:14 +02:00
parent f70506089b
commit 49886e9b09

View file

@ -213,6 +213,7 @@ void CoreManager::cleanLogs () const {
void CoreManager::setDatabasesPaths () {
SET_DATABASE_PATH(Friends, Paths::getFriendsListFilePath());
SET_DATABASE_PATH(CallLogs, Paths::getCallHistoryFilePath());
SET_DATABASE_PATH(Chat, Paths::getMessageHistoryFilePath());
}
#undef SET_DATABASE_PATH