likwid/backend/.sqlx/query-3e0e0fe2c4e51b68025965560101643e7e035b782b1cd0d110803664c5831fe3.json

18 lines
456 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, $3, 'plugin.settings_updated', $4)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Uuid",
"Varchar",
"Jsonb"
]
},
"nullable": []
},
"hash": "3e0e0fe2c4e51b68025965560101643e7e035b782b1cd0d110803664c5831fe3"
}