fix: reinstall jobs not cleaning up if instance deleted (#6927)

This commit is contained in:
Calum H.
2026-07-29 20:31:26 +00:00
committed by GitHub
parent 5ffffec2e5
commit 3892b62451
5 changed files with 130 additions and 30 deletions
@@ -1,12 +0,0 @@
{
"db_name": "SQLite",
"query": "\n\t\tUPDATE install_jobs\n\t\tSET instance_id = ?, state = ?, modified = ?\n\t\tWHERE id = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "15b4f72d367d329690f5daddafbdf0e51a285e35404053d62492e8df5fc7132f"
}