fix: harden admin and CMPP delivery workflows
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
-- Downstream connection rows represent current live sessions only.
|
||||
-- Remove historical disconnected/timeout rows left by the previous persistence model.
|
||||
DELETE FROM "CmppDownstreamConnection"
|
||||
WHERE "status" <> 'connected';
|
||||
Reference in New Issue
Block a user