Fix syntax error in old SQL migration

This commit is contained in:
Fedor Indutny 2023-01-23 17:07:00 -08:00 committed by GitHub
parent ce8a1f5930
commit dba2a6b166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1035,7 +1035,7 @@ function updateToSchemaVersion20(
SET
json = $json,
e164 = $e164,
type = $type,
type = $type
WHERE
id = $id;
`