All checks were successful
Cargo Build & Test / Push to container registry (push) Successful in 2m45s
16 lines
378 B
JSON
16 lines
378 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO exercise_muscles (exercise_id, muscle_id) SELECT * FROM UNNEST($1::uuid[], $2::varchar[])",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"UuidArray",
|
|
"VarcharArray"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "dfb1728ec2f194bc898deab2bbddcd9cfa11edb60a6d1625534eb6388bcf948b"
|
|
}
|