dokploy/apps
Mauricio Siu 9277427153 Add new schedule management schema and update deployment tracking
- Introduced a new `schedule` table with fields for `scheduleId`, `name`, `cronExpression`, `appName`, `serviceName`, `shellType`, `scheduleType`, `command`, `script`, `applicationId`, `composeId`, `serverId`, `userId`, `enabled`, and `createdAt`.
- Added ENUM types `scheduleType` and `shellType` for better data integrity.
- Updated the `deployment` table to include `startedAt`, `finishedAt`, and `scheduleId` columns for enhanced tracking of deployment timing and associations.
- Established foreign key constraints between `schedule` and related tables to maintain referential integrity.
- Removed outdated SQL files to streamline the schema management process.
2025-05-03 01:23:19 -06:00
..
api Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
dokploy Add new schedule management schema and update deployment tracking 2025-05-03 01:23:19 -06:00
monitoring Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
schedules Enhance schedule management and job handling features 2025-05-03 00:54:01 -06:00