mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-10 13:33:09 +00:00
19 lines
464 B
JSON
19 lines
464 B
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "INSERT INTO plugin_events (plugin_name, community_id, actor_user_id, event_name, payload)\n VALUES ($1, $2, $3, $4, $5)",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Varchar",
|
||
|
|
"Uuid",
|
||
|
|
"Uuid",
|
||
|
|
"Varchar",
|
||
|
|
"Jsonb"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "8cc59265ecf23980f4d362f2e76cbd129051a38b2c78b0c22eee58ad170ed5b0"
|
||
|
|
}
|