likwid/backend/.sqlx/query-e2a9b8f8fb63c4e8737c0f2925ffeff025be37184ede64b328e0ecd68680dc08.json

17 lines
436 B
JSON
Raw Normal View History

{
"db_name": "PostgreSQL",
"query": "INSERT INTO public_events (community_id, actor_user_id, plugin_name, event_type, payload)\n VALUES ($1, $2, NULL, 'plugin.package_installed', $3)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Uuid",
"Jsonb"
]
},
"nullable": []
},
"hash": "e2a9b8f8fb63c4e8737c0f2925ffeff025be37184ede64b328e0ecd68680dc08"
}