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