mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Some refactoring in database and projects side.
This commit is contained in:
@@ -5,6 +5,7 @@ export const AlertPolicySchema =
|
||||
z.object({
|
||||
notificationChannelId: z.string().min(1, "Please select a notification channel"),
|
||||
eventKinds: z.enum(['error_backup', 'error_restore', 'success_restore', 'success_backup', 'weekly_report']).array().nonempty(),
|
||||
enabled: z.boolean().default(true),
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user