Fix syntax error in old SQL migration
This commit is contained in:
parent
ce8a1f5930
commit
dba2a6b166
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ function updateToSchemaVersion20(
|
||||||
SET
|
SET
|
||||||
json = $json,
|
json = $json,
|
||||||
e164 = $e164,
|
e164 = $e164,
|
||||||
type = $type,
|
type = $type
|
||||||
WHERE
|
WHERE
|
||||||
id = $id;
|
id = $id;
|
||||||
`
|
`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue