refactor(discord notify): move to utlis so we can use it in other places outside the logger

This commit is contained in:
2025-09-02 17:56:36 -05:00
parent 80c0e1ec30
commit 4a1d95e818
4 changed files with 246 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "logs" ALTER COLUMN "stack" SET DATA TYPE jsonb;--> statement-breakpoint
ALTER TABLE "logs" ALTER COLUMN "stack" SET DEFAULT '[]'::jsonb;