mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 12:22:50 +02:00
5 lines
55 B
SQL
5 lines
55 B
SQL
BEGIN TRANSACTION;
|
|
|
|
DELETE FROM member_cache;
|
|
|
|
COMMIT;
|