dokploy/apps/schedules/src
Mauricio Siu e3ec8f1589 Add backup and deployment schema updates for improved data handling
- Introduced new SQL file `0089_noisy_sandman.sql` to create a new enum type `backupType` and add relevant columns to the `backup` and `deployment` tables, enhancing data structure for backup management.
- Removed outdated SQL files `0090_lame_gressill.sql` and `0091_colossal_lifeguard.sql` that contained redundant column definitions, streamlining the database schema.
- Updated journal and snapshot JSON files to reflect the latest schema changes, ensuring consistency across the database structure.
2025-05-04 15:13:49 -06:00
..
index.ts Enhance schedule management and job handling features 2025-05-03 00:54:01 -06:00
logger.ts feat(schedules): add schedules server 2024-10-05 22:11:38 -06:00
queue.ts Enhance schedule management and job handling features 2025-05-03 00:54:01 -06:00
schema.ts Enhance schedule management and job handling features 2025-05-03 00:54:01 -06:00
utils.ts Add backup and deployment schema updates for improved data handling 2025-05-04 15:13:49 -06:00
workers.ts Add backup and deployment schema updates for improved data handling 2025-05-04 15:13:49 -06:00