reafactored data mart and added better job monitor
This commit is contained in:
2
migrations/0010_handy_ironclad.sql
Normal file
2
migrations/0010_handy_ironclad.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
CREATE TYPE "public"."setting_type" AS ENUM('feature', 'system', 'standard');--> statement-breakpoint
|
||||
ALTER TABLE "settings" ADD COLUMN "settingType" "setting_type";
|
||||
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
|
||||
);
|
||||
1009
migrations/meta/0010_snapshot.json
Normal file
1009
migrations/meta/0010_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
1077
migrations/meta/0011_snapshot.json
Normal file
1077
migrations/meta/0011_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -71,6 +71,20 @@
|
||||
"when": 1771343379107,
|
||||
"tag": "0009_hesitant_nextwave",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 10,
|
||||
"version": "7",
|
||||
"when": 1771448444754,
|
||||
"tag": "0010_handy_ironclad",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 11,
|
||||
"version": "7",
|
||||
"when": 1771515240318,
|
||||
"tag": "0011_eminent_iron_patriot",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user