mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
18 lines
456 B
JSON
18 lines
456 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "INSERT INTO public_events (community_id, actor_user_id, plugin_name, event_type, payload)\n VALUES ($1, $2, $3, 'plugin.settings_updated', $4)",
|
|||
"describe": {
|
|||
"columns": [],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid",
|
|||
"Uuid",
|
|||
"Varchar",
|
|||
"Jsonb"
|
|||
]
|
|||
},
|
|||
"nullable": []
|
|||
},
|
|||
"hash": "3e0e0fe2c4e51b68025965560101643e7e035b782b1cd0d110803664c5831fe3"
|
|||
}
|