mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Edit friends database schema to allow empty SIP URI column in new installs
This commit is contained in:
parent
89616cea3e
commit
8d21acd7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1170,7 +1170,7 @@ static void linphone_create_table(sqlite3* db) {
|
|||
ret = sqlite3_exec(db,"CREATE TABLE IF NOT EXISTS friends ("
|
||||
"id INTEGER PRIMARY KEY AUTOINCREMENT,"
|
||||
"friend_list_id INTEGER,"
|
||||
"sip_uri TEXT NOT NULL,"
|
||||
"sip_uri TEXT,"
|
||||
"subscribe_policy INTEGER,"
|
||||
"send_subscribe INTEGER,"
|
||||
"ref_key TEXT,"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue