feat: implement test connection for all the providers

This commit is contained in:
Mauricio Siu
2024-07-12 01:29:24 -06:00
parent 342ff4b589
commit 5fadd73732
12 changed files with 6308 additions and 191 deletions

View File

@@ -0,0 +1,7 @@
DO $$ BEGIN
CREATE TYPE "public"."notificationType" AS ENUM('slack', 'telegram', 'discord', 'email');
EXCEPTION
WHEN duplicate_object THEN null;
END $$;
--> statement-breakpoint
ALTER TABLE "notification" ADD COLUMN "notificationType" "notificationType" NOT NULL;

View File

@@ -0,0 +1 @@
ALTER TABLE "email" ADD COLUMN "fromAddress" text NOT NULL;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -141,6 +141,20 @@
"when": 1720507012671,
"tag": "0019_careless_hardball",
"breakpoints": true
},
{
"idx": 20,
"version": "6",
"when": 1720762222675,
"tag": "0020_ambitious_edwin_jarvis",
"breakpoints": true
},
{
"idx": 21,
"version": "6",
"when": 1720768664067,
"tag": "0021_nervous_dragon_lord",
"breakpoints": true
}
]
}