@@ -12,7 +12,8 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p
### Changed
- Update db schema to support 64 characters with device IDs. This enables `SystemInfo.deviceUniqueIdentifier` to be used as a source for device IDs on Windows 10.
- Logout messages now close the connection as well and won't reply.
- Changed Logout message type from `TLogout` to `Logout`.
- Change Logout message type from `TLogout` to `Logout`.
- Update TFriendAdd, TFriendRemove, TFriendBlock to accept UserID as bytes.
WHERE EXISTS (SELECT record FROM storage WHERE user_id = $1 AND bucket = $2 AND collection = $3 and record = $4 AND version = $8 AND deleted_at = 0 AND write = 1)
ON CONFLICT (bucket, collection, user_id, record, deleted_at)
DO UPDATE SET value = $5, version = $6, updated_at = $7
@@ -212,7 +212,7 @@ DO UPDATE SET value = $5, version = $6, updated_at = $7
errorMessage="Could not store data. This could be caused by failure of if-match version check"