mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-18 13:45:23 +02:00
- Introduced a new notification type 'resend' to the database. - Created a new table 'resend' with fields for managing resend notifications. - Updated the 'notification' table to include a foreign key reference to 'resendId'. - Added corresponding snapshot and journal entries to reflect these changes.