-
- Downloads
database: migrate to version 1.1
This patch adds table profiles_accounts with the next columns: - profile_id INTEGER NOT NULL - account_id TEXT NOT NULL - is_account TEXT This table links profiles with account id. It allows find profile for account by account id. For contacts we still using uri. Gitlab: #368 Change-Id: Ib789705a45d1583dde18ccf04e117868f54a3660 Reviewed-by:Sebastien Blin <sebastien.blin@savoirfairelinux.com>
Showing
- src/authority/databasehelper.cpp 127 additions, 38 deletionssrc/authority/databasehelper.cpp
- src/authority/databasehelper.h 33 additions, 15 deletionssrc/authority/databasehelper.h
- src/call.cpp 3 additions, 1 deletionsrc/call.cpp
- src/contactmodel.cpp 14 additions, 16 deletionssrc/contactmodel.cpp
- src/conversationmodel.cpp 59 additions, 34 deletionssrc/conversationmodel.cpp
- src/database.cpp 209 additions, 6 deletionssrc/database.cpp
- src/database.h 10 additions, 2 deletionssrc/database.h
- src/newaccountmodel.cpp 15 additions, 5 deletionssrc/newaccountmodel.cpp
Loading
Please register or sign in to comment