mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 06:05:25 +02:00
- Added a new notification type 'custom' to the notificationType enum. - Created a new 'custom' table with fields for customId, endpoint, and headers. - Updated the notification table to include a customId column and established a foreign key relationship with the new custom table. - Updated journal and snapshot files to reflect these changes.