blob: 401e6e682342c7fadad2fafeabfcb2c60e383fc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"db_name": "PostgreSQL",
"query": "delete from transaction_schema where schema_type = $1 and schema_version = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Text"
]
},
"nullable": []
},
"hash": "c97114552378d59c671960f1be916c588b74ad726f0a8308ea692d20a8558888"
}
|