Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yuki
gajim-plugins
Commits
a3f79c6e
Commit
a3f79c6e
authored
Mar 24, 2019
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[omemo] Fix database migration
parent
a65a813f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
omemo/backend/liteaxolotlstore.py
omemo/backend/liteaxolotlstore.py
+2
-1
No files found.
omemo/backend/liteaxolotlstore.py
View file @
a3f79c6e
...
...
@@ -256,7 +256,8 @@ class LiteAxolotlStore(AxolotlStore):
if
self
.
user_version
()
<
8
:
# Sanitize invalid BLOBs from the python2 days
query_keys
=
'''SELECT recipient_id, registration_id,
query_keys
=
'''SELECT recipient_id as "recipient_id [jid]",
registration_id,
CAST(public_key as BLOB) as public_key,
CAST(private_key as BLOB) as private_key,
timestamp, trust, shown
...
...
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