Skip to content

Commit

Permalink
Fix bulk status updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jan 10, 2022
1 parent 207d7bf commit 50064d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/rapidpro/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ WHERE
msgs_msg.channel_id = s.channel_id::int AND
msgs_msg.direction = 'O'
RETURNING
msgs_msg.id
msgs_msg.id AS msg_id
`

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit 50064d1

Please sign in to comment.