mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-10 05:23:09 +00:00
14 lines
377 B
JSON
14 lines
377 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO delegate_profiles (user_id, total_delegators)\n VALUES ($1, 0)\n ON CONFLICT (user_id) DO NOTHING",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "dd62cd6e680730b179e470ccf536c4a457f0843963a057304732b3520d33d216"
|
|
}
|