mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
- 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. |
||
---|---|---|
.. | ||
api | ||
dokploy | ||
monitoring | ||
schedules |