fix: use deleteMany for models where accountId is not unique when deleting account #1290

Merged
Sainan merged 1 commits from delete-many into main 2025-03-22 18:12:59 -07:00
Owner
No description provided.
Sainan added 1 commit 2025-03-22 12:45:57 -07:00
fix: use deleteMany for models where accountId is not unique when deleting account
All checks were successful
Build / build (18) (pull_request) Successful in 39s
Build / build (20) (push) Successful in 37s
Build / build (18) (push) Successful in 1m11s
Build / build (22) (push) Successful in 1m20s
Build / build (20) (pull_request) Successful in 1m6s
Build / build (22) (pull_request) Successful in 35s
7a3d442ba8
Sainan merged commit 5817b48db9 into main 2025-03-22 18:12:59 -07:00
Sainan deleted branch delete-many 2025-03-22 18:12:59 -07:00
Owner

I was wondering why accounts can be non-unique in a guild member list?

I was wondering why accounts can be non-unique in a guild member list?
Author
Owner

Because guild members can be in a "pending" state when they've been invited, and you can be invited while you are in another guild already, or by multiple guilds.

Because guild members can be in a "pending" state when they've been invited, and you can be invited while you are in another guild already, or by multiple guilds.
Sign in to join this conversation.
No description provided.