sqlx prepare
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
Dmitri 2026-05-03 22:34:54 +02:00
parent e3d4f8eac8
commit adb95de2a9
Signed by: kanopo
GPG Key ID: 759ADD40E3132AC7

View File

@ -0,0 +1,14 @@
{
"db_name": "PostgreSQL",
"query": "update refresh_tokens set revoked_at = now() where user_id = $1 and revoked_at is null",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": []
},
"hash": "011508dbe03cb96438e135c460895932bc47b4055ee9329625fba56a73c55f29"
}