mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 15:37:42 +00:00
21 lines
485 B
JSON
21 lines
485 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "SELECT id FROM workflow_templates \n WHERE community_id IS NULL AND is_system = true AND name = 'Standard Governance'\n LIMIT 1",
|
|||
"describe": {
|
|||
"columns": [
|
|||
{
|
|||
"ordinal": 0,
|
|||
"name": "id",
|
|||
"type_info": "Uuid"
|
|||
}
|
|||
],
|
|||
"parameters": {
|
|||
"Left": []
|
|||
},
|
|||
"nullable": [
|
|||
false
|
|||
]
|
|||
},
|
|||
"hash": "d83b8a3f417cd420d44aa3f7f8c462b28c2f7f2a4804ba00bb51a63759a7f8b2"
|
|||
}
|