This commit is contained in:
Robin Appelman 2025-04-20 14:56:44 +02:00
commit 766d0333cd
6 changed files with 65 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE matches SET map = $2, week = $3, format = $4, default_data = $5 WHERE id = $1",
"query": "UPDATE matches SET map = $2, week = $3, format = $4, default_date = $5 WHERE id = $1",
"describe": {
"columns": [],
"parameters": {
@ -21,5 +21,5 @@
},
"nullable": []
},
"hash": "037b9db0c5f69bce8930f7515a793e18b0018587dc476dedd4c756e88a2fa877"
"hash": "7abd1664e5a53abd08cf3b437032218cac18e0dc2ca67aefa2d1cde6db125108"
}