Skip to content

Commit

Permalink
Fix syntax error in old SQL migration
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed Jan 24, 2023
1 parent ce8a1f5 commit dba2a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/sql/migrations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ function updateToSchemaVersion20(
SET
json = $json,
e164 = $e164,
type = $type,
type = $type
WHERE
id = $id;
`
Expand Down

0 comments on commit dba2a6b

Please sign in to comment.