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

17 lines
447 B
JSON
Raw Permalink 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_settings_updated', $3)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Uuid",
"Jsonb"
]
},
"nullable": []
},
"hash": "7b93cc6e6f05e4e6b0a182d4264b1024a0787f9b3bb56064213994ba7f760e0c"
}