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