{ "db_name": "SQLite", "query": "\n with stale_tokens as (\n select id from token\n where last_used_at < $1\n )\n delete from push_subscription\n where token in stale_tokens\n ", "describe": { "columns": [], "parameters": { "Right": 1 }, "nullable": [] }, "hash": "3e008c1231d35b4c0675d2830f025325f44d5eb8ddbc573fe134a3deb28e04b9" }