You've already forked AstralRinth
forked from didirus/AstralRinth
16 lines
416 B
JSON
16 lines
416 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE files\n SET file_type = $2\n WHERE (id = $1)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Varchar"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "75dc7f592781a1414e5f489543b14cb94c5265ddb3abfb3dda965c8cf154b753"
|
|
}
|