mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-10 13:33:09 +00:00
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "SELECT id, name, category as \"category: PermissionCategory\", description, is_system\n FROM permissions ORDER BY category, name",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "id",
|
||
|
|
"type_info": "Uuid"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"ordinal": 1,
|
||
|
|
"name": "name",
|
||
|
|
"type_info": "Varchar"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"ordinal": 2,
|
||
|
|
"name": "category: PermissionCategory",
|
||
|
|
"type_info": {
|
||
|
|
"Custom": {
|
||
|
|
"name": "permission_category",
|
||
|
|
"kind": {
|
||
|
|
"Enum": [
|
||
|
|
"platform",
|
||
|
|
"community",
|
||
|
|
"proposals",
|
||
|
|
"voting",
|
||
|
|
"moderation",
|
||
|
|
"plugins",
|
||
|
|
"users",
|
||
|
|
"integrations"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"ordinal": 3,
|
||
|
|
"name": "description",
|
||
|
|
"type_info": "Text"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"ordinal": 4,
|
||
|
|
"name": "is_system",
|
||
|
|
"type_info": "Bool"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": []
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
false,
|
||
|
|
false,
|
||
|
|
false,
|
||
|
|
true,
|
||
|
|
false
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "8b2ab82dd4fe83655e074b1edc9e80e2ca276a327e044ad5578fb15eba3ac3ee"
|
||
|
|
}
|