Aravinth Manivannan
73d829f3f8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
17 lines
552 B
JSON
17 lines
552 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE\n cqrs_inventory_product_customizations_query\n SET\n version = $1,\n name = $2,\n product_id = $3,\n deleted = $4;",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Text",
|
|
"Uuid",
|
|
"Bool"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "d46bb69f4e2afbae01ab08beb48a67b2cade64d9ebd47f3fc6143b057671cc1b"
|
|
}
|