mirror of
https://github.com/Arcadia-Solutions/arcadia.git
synced 2026-02-14 13:09:14 -06:00
updated sqlx cache
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
{
|
||||
"ordinal": 12,
|
||||
"name": "deleted_by_id!: _",
|
||||
"type_info": "Int8"
|
||||
"type_info": "Int4"
|
||||
},
|
||||
{
|
||||
"ordinal": 13,
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
{
|
||||
"ordinal": 12,
|
||||
"name": "deleted_by_id!: _",
|
||||
"type_info": "Int8"
|
||||
"type_info": "Int4"
|
||||
},
|
||||
{
|
||||
"ordinal": 13,
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Int8",
|
||||
"Int4",
|
||||
"Int8"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user