mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
feat(MainDb): disable friends migration, enable this after friends cpp migration
This commit is contained in:
parent
335f19b20b
commit
bbd6c58dfd
1 changed files with 3 additions and 1 deletions
|
|
@ -2646,7 +2646,9 @@ bool MainDb::import (Backend, const string ¶meters) {
|
|||
}
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue