Skip to content

Commit

Permalink
v2: fix typo in legacymigrate.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jun 26, 2024
1 parent d50bc09 commit 80e59d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mautrix-signal-v2/legacymigrate.sql
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ SELECT
NULL, -- relates_to
-- only: postgres
'{}'::jsonb -- metadata
-- only: sqlite (line commented
-- only: sqlite (line commented)
-- '{}'
FROM message_old;

Expand Down

0 comments on commit 80e59d6

Please sign in to comment.