chore: remove lark webhook SQL files and related journal entries

This commit is contained in:
Mauricio Siu
2025-10-25 12:06:55 -06:00
parent cd06b55a0c
commit 5a50d4bfc7
3 changed files with 0 additions and 6636 deletions

View File

@@ -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

View File

@@ -792,13 +792,6 @@
"when": 1758483520214,
"tag": "0112_freezing_skrulls",
"breakpoints": true
},
{
"idx": 113,
"version": "7",
"when": 1758547200000,
"tag": "0113_lark_webhook",
"breakpoints": true
}
]
}