From 6ec4484cadf60188a09726c697fc7ad221e275dc Mon Sep 17 00:00:00 2001 From: Lewis Date: Mon, 29 Jun 2026 08:31:09 +0300 Subject: [PATCH] sqlx: add missing file Lewis: May this revision serve well! --- ...9a0b77ae9341355f30e4af84968ffeb9135dba745f.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .sqlx/query-cf874abcb72017e775fe699a0b77ae9341355f30e4af84968ffeb9135dba745f.json diff --git a/.sqlx/query-cf874abcb72017e775fe699a0b77ae9341355f30e4af84968ffeb9135dba745f.json b/.sqlx/query-cf874abcb72017e775fe699a0b77ae9341355f30e4af84968ffeb9135dba745f.json new file mode 100644 index 0000000..7586fd3 --- /dev/null +++ b/.sqlx/query-cf874abcb72017e775fe699a0b77ae9341355f30e4af84968ffeb9135dba745f.json @@ -0,0 +1,14 @@ +{ + "db_name": "PostgreSQL", + "query": "DELETE FROM session_tokens WHERE id = $1", + "describe": { + "columns": [], + "parameters": { + "Left": [ + "Int4" + ] + }, + "nullable": [] + }, + "hash": "cf874abcb72017e775fe699a0b77ae9341355f30e4af84968ffeb9135dba745f" +}