Fix corrupted member_cache entries on invite

This commit is contained in:
Cadence Ember 2023-10-12 15:49:57 +13:00
parent dc92dc0b69
commit 166ac447a8
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
BEGIN TRANSACTION;
DELETE FROM member_cache;
COMMIT;