feat: job events

This commit is contained in:
2025-12-31 00:54:23 +01:00
parent 0fba6c1445
commit 0049fa8167
7 changed files with 82 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "INSERT INTO job_events (job_name, event_type, created_at) VALUES (?, ?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "2f483d054029e2d69baa929756510f35731444a700acd9b5d6ab016e1fa2aa14"
}

View File

@@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "INSERT INTO job_events (job_name, event_type, event_data, created_at) VALUES (?, ?, ?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "bc16f766f022e5062c43080f65e66bf41056eeac67fa550bf126c762e25ecfaa"
}