mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-16 04:35:24 +02:00
- Modified the `backup` table to include a new `appName` column, which is now populated with a dynamically generated name combining random selections from predefined arrays and a random hash. - Ensured the `appName` column is set to NOT NULL after the update, maintaining data integrity. - Retained existing columns and added new ones for improved backup management.