refactor(discord notify): move to utlis so we can use it in other places outside the logger
This commit is contained in:
2
migrations/0002_mean_nuke.sql
Normal file
2
migrations/0002_mean_nuke.sql
Normal 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;
|
||||
Reference in New Issue
Block a user