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

View File

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