mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 15:37:42 +00:00
23 lines
480 B
JSON
23 lines
480 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "SELECT id FROM workflow_templates \n WHERE community_id = $1 AND is_default = true\n LIMIT 1",
|
|||
"describe": {
|
|||
"columns": [
|
|||
{
|
|||
"ordinal": 0,
|
|||
"name": "id",
|
|||
"type_info": "Uuid"
|
|||
}
|
|||
],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid"
|
|||
]
|
|||
},
|
|||
"nullable": [
|
|||
false
|
|||
]
|
|||
},
|
|||
"hash": "09e0a994d85ba6589db1c989f193ef10e081ccc560031a056e80cb19436f5e8e"
|
|||
}
|