Fix corrupted member_cache entries on invite
This commit is contained in:
5
db/migrations/0005-clear-member-cache.sql
Normal file
5
db/migrations/0005-clear-member-cache.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
DELETE FROM member_cache;
|
||||
|
||||
COMMIT;
|
Reference in New Issue
Block a user