mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
fix(MainDb): use 255 chars for the storage of db_module_version.name instead of 16
This commit is contained in:
parent
5294d027f1
commit
3f7a82b985
1 changed files with 1 additions and 1 deletions
|
|
@ -1330,7 +1330,7 @@ static constexpr string &blobToString (string &in) {
|
|||
|
||||
*session <<
|
||||
"CREATE TABLE IF NOT EXISTS db_module_version ("
|
||||
" name" + varcharPrimaryKeyStr(16) + ","
|
||||
" name" + varcharPrimaryKeyStr(255) + ","
|
||||
" version INT UNSIGNED NOT NULL"
|
||||
") " + charset;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue