updated sqlx cache

This commit is contained in:
Abel Hristodor
2025-10-08 15:21:01 +02:00
parent ba0a206364
commit 464eb38f50
4 changed files with 3 additions and 19 deletions

View File

@@ -66,7 +66,7 @@
{
"ordinal": 12,
"name": "deleted_by_id!: _",
"type_info": "Int8"
"type_info": "Int4"
},
{
"ordinal": 13,

View File

@@ -66,7 +66,7 @@
{
"ordinal": 12,
"name": "deleted_by_id!: _",
"type_info": "Int8"
"type_info": "Int4"
},
{
"ordinal": 13,

View File

@@ -1,16 +0,0 @@
{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO deleted_torrents (SELECT *, NOW() AS deleted_at, $1 AS deleted_by_id, $2 AS reason FROM torrents WHERE id = $3);\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4",
"Text",
"Int8"
]
},
"nullable": []
},
"hash": "c9f9a106e1eb6359cdec0545fc0115da67b9a6ed22ea7634d4e02e064a35db47"
}

View File

@@ -5,7 +5,7 @@
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int4",
"Int8"
]
},