mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(notifications): add build failed and invitation emails from react-email
This commit is contained in:
1
drizzle/0022_keen_norrin_radd.sql
Normal file
1
drizzle/0022_keen_norrin_radd.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "slack" ALTER COLUMN "channel" DROP NOT NULL;
|
||||
1
drizzle/0023_military_korg.sql
Normal file
1
drizzle/0023_military_korg.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "email" ALTER COLUMN "smtpServer" SET DATA TYPE integer;
|
||||
2
drizzle/0024_bored_the_hand.sql
Normal file
2
drizzle/0024_bored_the_hand.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "email" ALTER COLUMN "smtpServer" SET DATA TYPE text;--> statement-breakpoint
|
||||
ALTER TABLE "email" ALTER COLUMN "smtpPort" SET DATA TYPE integer;
|
||||
2919
drizzle/meta/0022_snapshot.json
Normal file
2919
drizzle/meta/0022_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
2919
drizzle/meta/0023_snapshot.json
Normal file
2919
drizzle/meta/0023_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
2919
drizzle/meta/0024_snapshot.json
Normal file
2919
drizzle/meta/0024_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -155,6 +155,27 @@
|
||||
"when": 1720768664067,
|
||||
"tag": "0021_nervous_dragon_lord",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 22,
|
||||
"version": "6",
|
||||
"when": 1720935190450,
|
||||
"tag": "0022_keen_norrin_radd",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 23,
|
||||
"version": "6",
|
||||
"when": 1720937318257,
|
||||
"tag": "0023_military_korg",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 24,
|
||||
"version": "6",
|
||||
"when": 1720937370382,
|
||||
"tag": "0024_bored_the_hand",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user