fix(monitor): remove non-existent worker columns from job_run_logs query

The job_run_logs table tracks scheduled job orchestration, not individual
worker jobs. Worker info (worker_id, worker_hostname) belongs on
dispensary_crawl_jobs, not job_run_logs.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kelly
2025-12-03 18:45:05 -07:00
parent 54f40d26bb
commit 66e07b2009
466 changed files with 84988 additions and 9226 deletions

73
frontend/node_modules/.vite/deps/_metadata.json generated vendored Normal file
View File

@@ -0,0 +1,73 @@
{
"hash": "8bfc08c5",
"configHash": "1b04c5b0",
"lockfileHash": "04a90b39",
"browserHash": "ef95e9f7",
"optimized": {
"react": {
"src": "../../react/index.js",
"file": "react.js",
"fileHash": "6b13114c",
"needsInterop": true
},
"react-dom": {
"src": "../../react-dom/index.js",
"file": "react-dom.js",
"fileHash": "2e7833d6",
"needsInterop": true
},
"react/jsx-dev-runtime": {
"src": "../../react/jsx-dev-runtime.js",
"file": "react_jsx-dev-runtime.js",
"fileHash": "23d3b5f4",
"needsInterop": true
},
"react/jsx-runtime": {
"src": "../../react/jsx-runtime.js",
"file": "react_jsx-runtime.js",
"fileHash": "c8341440",
"needsInterop": true
},
"lucide-react": {
"src": "../../lucide-react/dist/esm/lucide-react.js",
"file": "lucide-react.js",
"fileHash": "7bbb8f0f",
"needsInterop": false
},
"react-dom/client": {
"src": "../../react-dom/client.js",
"file": "react-dom_client.js",
"fileHash": "e475747d",
"needsInterop": true
},
"react-router-dom": {
"src": "../../react-router-dom/dist/index.js",
"file": "react-router-dom.js",
"fileHash": "666b7910",
"needsInterop": false
},
"recharts": {
"src": "../../recharts/es6/index.js",
"file": "recharts.js",
"fileHash": "875015f3",
"needsInterop": false
},
"zustand": {
"src": "../../zustand/esm/index.mjs",
"file": "zustand.js",
"fileHash": "8be8cf46",
"needsInterop": false
}
},
"chunks": {
"chunk-OOIH53S6": {
"file": "chunk-OOIH53S6.js"
},
"chunk-QGEDPT23": {
"file": "chunk-QGEDPT23.js"
},
"chunk-WXTH2UMW": {
"file": "chunk-WXTH2UMW.js"
}
}
}