mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix(MainDb): repair db init with mysql, event_id key must be BIGINIT UNSIGNED on conference_subject_event
This commit is contained in:
parent
beae866a67
commit
8015fec51c
1 changed files with 1 additions and 1 deletions
|
|
@ -1157,7 +1157,7 @@ static inline string blobToString (soci::blob &in) {
|
|||
|
||||
*session <<
|
||||
"CREATE TABLE IF NOT EXISTS conference_subject_event ("
|
||||
" event_id" + primaryKeyStr("BIGINT") + ","
|
||||
" event_id" + primaryKeyStr("BIGINT UNSIGNED") + ","
|
||||
|
||||
" subject VARCHAR(255) NOT NULL,"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue