Skip to content

Commit 32863de

Browse files
committed
legacymigrate: fix typo
1 parent 8b3c5e0 commit 32863de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/mautrix-whatsapp/legacymigrate.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ SELECT
9090
jsonb_build_object
9191
-- only: sqlite (line commented)
9292
-- json_object
93-
(
94-
'last_sync', last_sync,
93+
(
94+
'last_sync', last_sync
9595
) -- metadata
9696
FROM portal_old;
9797

0 commit comments

Comments
 (0)