Files
dokploy/apps/dokploy/drizzle/0102_lush_ink.sql
Mauricio Siu ce88a0a5f2 feat: implement volume backup management functionality
- 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.
2025-06-29 22:22:10 -06:00

1 line
73 B
SQL

ALTER TABLE "backup" ADD COLUMN "turnOff" boolean DEFAULT false NOT NULL;