Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
bbd6c58d
Commit
bbd6c58d
authored
Jan 08, 2018
by
Ronan
Browse files
feat(MainDb): disable friends migration, enable this after friends cpp migration
parent
335f19b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/db/main-db.cpp
src/db/main-db.cpp
+3
-1
No files found.
src/db/main-db.cpp
View file @
bbd6c58d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment