match date

This commit is contained in:
Robin Appelman 2025-04-23 20:35:57 +02:00
commit a87638f177
9 changed files with 213 additions and 191 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE matches SET default_date = $2 WHERE id = $1",
"describe": {
"columns": [],
"parameters": {
"Left": ["Int4", "Date"]
},
"nullable": []
},
"hash": "2d58774b5365ac8ba3996246c26fb6b7ca63a8a6f8c086b85979f6ea7b5b8ebe"
}