mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix syntax error in old SQL migration
This commit is contained in:
@@ -1035,7 +1035,7 @@ function updateToSchemaVersion20(
|
||||
SET
|
||||
json = $json,
|
||||
e164 = $e164,
|
||||
type = $type,
|
||||
type = $type
|
||||
WHERE
|
||||
id = $id;
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user