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
3f7a82b9
Commit
3f7a82b9
authored
Dec 19, 2017
by
Ronan
Browse files
fix(MainDb): use 255 chars for the storage of db_module_version.name instead of 16
parent
5294d027
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/db/main-db.cpp
src/db/main-db.cpp
+1
-1
No files found.
src/db/main-db.cpp
View file @
3f7a82b9
...
...
@@ -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
;
...
...
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