mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 21:13:09 +00:00
23 lines
440 B
JSON
23 lines
440 B
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "SELECT current_version FROM proposal_lifecycle WHERE proposal_id = $1",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "current_version",
|
||
|
|
"type_info": "Int4"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Uuid"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
false
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "c31ebddef69f304403bfb2d816d42bd9731482ceec258e0de1bb61d5ba20d413"
|
||
|
|
}
|