out-of-your-element/db/migrations/0005-clear-member-cache.sql

6 lines
55 B
SQL

BEGIN TRANSACTION;
DELETE FROM member_cache;
COMMIT;