Deletes all existing webpush subscriptions. This should be called when the VAPID keypair is regenerated, as the old keypair will no longer be valid and all existing subscriptions will need to be recreated.
(ctx context.Context)
| 123 | // keypair will no longer be valid and all existing subscriptions will need to |
| 124 | // be recreated. |
| 125 | DeleteAllWebpushSubscriptions(ctx context.Context) error |
| 126 | DeleteApplicationConnectAPIKeysByUserID(ctx context.Context, userID uuid.UUID) error |
| 127 | // Deletes debug runs (and their cascaded steps) whose message IDs |
| 128 | // exceed the cutoff. The started_before bound prevents retried |
no outgoing calls