legacymigrate: fix typo

This commit is contained in:
Tulir Asokan 2024-09-30 17:28:53 +03:00
parent 8b3c5e04d5
commit 32863de2d1

View file

@ -90,8 +90,8 @@ SELECT
jsonb_build_object
-- only: sqlite (line commented)
-- json_object
(
'last_sync', last_sync,
(
'last_sync', last_sync
) -- metadata
FROM portal_old;