Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Jul 18, 2023
1 parent 772dadc commit 0b53dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistence/src/commonMain/db_user/migrations/49.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ FailedRecipientsDeliveryFailed.recipient_failure_list AS recipientsFailedDeliver

IFNULL(
(SELECT '[' ||
GROUP_CONCAT('{"text":"' || text || '", "id":"' || id || '""is_selected":' || is_selected || '"is_pending":' || is_pending || '}')
GROUP_CONCAT('{"text":"' || text || '", "id":"' || id || '""is_selected":' || is_selected || '}')
|| ']'
FROM ButtonContent
WHERE ButtonContent.message_id = Message.id
Expand Down

0 comments on commit 0b53dca

Please sign in to comment.