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
|
||||
json = $json,
|
||||
e164 = $e164,
|
||||
type = $type,
|
||||
type = $type
|
||||
WHERE
|
||||
id = $id;
|
||||
`
|
||||
|
|
Loading…
Add table
Reference in a new issue