summaryrefslogtreecommitdiff
path: root/.sqlx/query-3e008c1231d35b4c0675d2830f025325f44d5eb8ddbc573fe134a3deb28e04b9.json
blob: be1779a4fe13924b6516cb655258d542d06b4ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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"
}