likwid/backend/.sqlx/query-7cebde48fca3aa37f1aed37998456d337bc88d504e8f626f48e9818675287be4.json

23 lines
599 B
JSON
Raw Normal View History

{
"db_name": "PostgreSQL",
"query": "SELECT DISTINCT pp.id\n FROM plugin_packages pp\n JOIN community_plugin_packages cpp ON cpp.package_id = pp.id\n WHERE cpp.community_id = $1\n AND cpp.is_active = true",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false
]
},
"hash": "7cebde48fca3aa37f1aed37998456d337bc88d504e8f626f48e9818675287be4"
}