All checks were successful
Cargo Build & Test / Push to container registry (push) Successful in 2m45s
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO workout_exercises (workout_id, exercise_id, exercise_type, position, sets, reps, time)\n SELECT * FROM UNNEST($1::uuid[], $2::uuid[], $3::exercise_variant[], $4::int[], $5::int[], $6::int[], $7::int[])\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"UuidArray",
|
|
"UuidArray",
|
|
{
|
|
"Custom": {
|
|
"name": "exercise_variant[]",
|
|
"kind": {
|
|
"Array": {
|
|
"Custom": {
|
|
"name": "exercise_variant",
|
|
"kind": {
|
|
"Enum": [
|
|
"time",
|
|
"number",
|
|
"failure"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Int4Array",
|
|
"Int4Array",
|
|
"Int4Array",
|
|
"Int4Array"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "cd1cd6869f9be3b1bc95c8b273451e29f26fd153bb6041a5040e2eaa285d51c4"
|
|
}
|