30 lines
688 B
JSON
30 lines
688 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE assignment SET function = $1, startTimestamp = $2, endTimestamp = $3 WHERE eventId = $4 AND availabillityId = $5;",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
{
|
|
"Custom": {
|
|
"name": "function",
|
|
"kind": {
|
|
"Enum": [
|
|
"posten",
|
|
"fuehrungsassistent",
|
|
"wachhabender"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"Timestamptz",
|
|
"Timestamptz",
|
|
"Int4",
|
|
"Int4"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "75d96d0b937b8e222aa2ad6b9fc0fc185e2b6b5f1a7c80507d39d813af3e3478"
|
|
}
|