mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
feat: propagate job error codes (#6507)
* feat: propagate job error_code * fix * Fix * Fix * Fix * add errors to typesGenerated * Address PR comments * Fix
This commit is contained in:
Generated
+2
-1
@@ -315,7 +315,8 @@ CREATE TABLE provisioner_jobs (
|
||||
input jsonb NOT NULL,
|
||||
worker_id uuid,
|
||||
file_id uuid NOT NULL,
|
||||
tags jsonb DEFAULT '{"scope": "organization"}'::jsonb NOT NULL
|
||||
tags jsonb DEFAULT '{"scope": "organization"}'::jsonb NOT NULL,
|
||||
error_code text
|
||||
);
|
||||
|
||||
CREATE TABLE replicas (
|
||||
|
||||
Reference in New Issue
Block a user