reafactored data mart and added better job monitor
This commit is contained in:
11
migrations/0011_eminent_iron_patriot.sql
Normal file
11
migrations/0011_eminent_iron_patriot.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
CREATE TABLE "job_audit_log" (
|
||||
"id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL,
|
||||
"job_name" text,
|
||||
"start_at" timestamp,
|
||||
"finished_at" timestamp,
|
||||
"duration_ms" integer,
|
||||
"status" text,
|
||||
"error_message" text,
|
||||
"error_stack" text,
|
||||
"meta_data" jsonb
|
||||
);
|
||||
Reference in New Issue
Block a user