Fix deleting extra hours

This commit is contained in:
Simon Goller 2024-06-27 21:05:42 +02:00
parent 7825a2d172
commit 9e932e1aca
6 changed files with 50 additions and 14 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "UPDATE extra_hours SET deleted = ?, update_version = ?, update_process = ? WHERE id = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "77e028e8c559bdb0a725d6af0b75fc7048bb63735b359dc1365abbba68774a93"
}