mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-18 21:55:24 +02:00
- Introduced a new table "volume_backup" to manage volume backup configurations. - Added foreign key constraints linking "volumeBackupId" in the "deployment" table to the new "volume_backup" table. - Updated the journal and snapshot files to reflect these changes, ensuring proper versioning and tracking.