Skip to content

Commit a0cbec3

Browse files
committed
SDP-2102 fix: update broken SDP recipient_registration_attempts query
1 parent 61e5ac1 commit a0cbec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/platforms/stellar-disbursement-platform/admin-guide/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The most frequent cause is the receiver entering a different email or phone numb
249249

250250
```sql
251251
SELECT * FROM sdp_<tenant_name>.receiver_registration_attempts
252-
ORDER BY created_at DESC
252+
ORDER BY attempt_ts DESC
253253
LIMIT 20;
254254
```
255255

0 commit comments

Comments
 (0)