summaryrefslogtreecommitdiff
path: root/.sqlx/query-873b8b58360d717ea2099272b013b1ac76a28471e63d0492132b9c12c63a1f9c.json
blob: edd382576436fc1dedffee455680193ba48575b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "db_name": "SQLite",
  "query": "\n                update token\n                set last_used_at = $1\n                where secret = $2\n            ",
  "describe": {
    "columns": [],
    "parameters": {
      "Right": 2
    },
    "nullable": []
  },
  "hash": "873b8b58360d717ea2099272b013b1ac76a28471e63d0492132b9c12c63a1f9c"
}