feat(MainDb): disable friends migration, enable this after friends cpp migration

This commit is contained in:
Ronan Abhamon 2018-01-08 11:32:08 +01:00
parent 335f19b20b
commit bbd6c58dfd

View file

@ -2646,7 +2646,9 @@ bool MainDb::import (Backend, const string &parameters) {
}
L_BEGIN_LOG_EXCEPTION
d->importLegacyFriends(inDbSession);
// TODO: Remove condition after cpp migration in friends/friends list.
if (false)
d->importLegacyFriends(inDbSession);
L_END_LOG_EXCEPTION
L_BEGIN_LOG_EXCEPTION