mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-16 04:35:24 +02:00
- Introduced a new notification type 'ntfy' to the public.notificationType enum. - Created a new table 'ntfy' with fields for notification ID, server URL, topic, access token, and priority. - Updated the existing 'notification' table to include a foreign key reference to the new 'ntfy' table.