mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: implement test connection for all the providers
This commit is contained in:
7
drizzle/0020_ambitious_edwin_jarvis.sql
Normal file
7
drizzle/0020_ambitious_edwin_jarvis.sql
Normal 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;
|
||||
1
drizzle/0021_nervous_dragon_lord.sql
Normal file
1
drizzle/0021_nervous_dragon_lord.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "email" ADD COLUMN "fromAddress" text NOT NULL;
|
||||
2913
drizzle/meta/0020_snapshot.json
Normal file
2913
drizzle/meta/0020_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
2919
drizzle/meta/0021_snapshot.json
Normal file
2919
drizzle/meta/0021_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user