Show latest credit ledger in admin
Expose a paginated global ledger timeline and load it automatically so operators can see recent credit activity without first locating a user.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
CREATE INDEX idx_credit_ledger_created
|
||||
ON credit_ledger (created_at, id);
|
||||
Reference in New Issue
Block a user