mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-04 13:35:22 +02:00
- Added components for handling and displaying volume backups in the dashboard. - Created API routes for managing volume backups, including create, update, delete, and list operations. - Introduced database schema for volume backups, including necessary fields and relationships. - Updated the application to integrate volume backup features into the service management interface.
1 line
73 B
SQL
1 line
73 B
SQL
ALTER TABLE "backup" ADD COLUMN "turnOff" boolean DEFAULT false NOT NULL; |