mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-10 13:33:09 +00:00
16 lines
447 B
JSON
16 lines
447 B
JSON
{
|
|
"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"
|
|
}
|