dokploy/apps
Mauricio Siu b12e84c645 feat: add SQL script to standardize date formats in environment table
- Introduced a new SQL script to update the `createdAt` field in the `environment` table, converting PostgreSQL timestamp formats to ISO 8601 format.
- This change addresses issue #2992, ensuring consistency in date formats across environments.
- Updated journal to include the new migration tag for tracking purposes.
2025-11-21 15:02:17 -05:00
..
api Refactor deployment utilities: rename remote deployment functions for clarity and consistency, enhancing the deployment logic in the application. Streamline the build application function by commenting out unused build types to improve maintainability. 2025-11-09 03:29:40 -06:00
dokploy feat: add SQL script to standardize date formats in environment table 2025-11-21 15:02:17 -05:00
monitoring fix: update CPU usage calculation to use a one-second interval 2025-10-12 16:36:19 +02:00
schedules feat(workers): add third worker and increase concurrency for existing workers 2025-09-15 23:43:27 -06:00