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