mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 14:15:21 +02:00
chore: remove lark webhook SQL files and related journal entries
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
DO $$ BEGIN
|
||||
ALTER TYPE "public"."notificationType" ADD VALUE 'lark';
|
||||
EXCEPTION WHEN duplicate_object THEN NULL;
|
||||
END $$;
|
||||
CREATE TABLE IF NOT EXISTS "lark" (
|
||||
"larkId" text PRIMARY KEY NOT NULL,
|
||||
"webhookUrl" text NOT NULL
|
||||
);
|
||||
ALTER TABLE "notification" ADD COLUMN IF NOT EXISTS "larkId" text;
|
||||
DO $$ BEGIN
|
||||
ALTER TABLE "notification" ADD CONSTRAINT "notification_larkId_lark_larkId_fk" FOREIGN KEY ("larkId") REFERENCES "public"."lark"("larkId") ON DELETE cascade ON UPDATE no action;
|
||||
EXCEPTION WHEN duplicate_object THEN NULL;
|
||||
END $$;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -792,13 +792,6 @@
|
||||
"when": 1758483520214,
|
||||
"tag": "0112_freezing_skrulls",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 113,
|
||||
"version": "7",
|
||||
"when": 1758547200000,
|
||||
"tag": "0113_lark_webhook",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user