Files
dokploy/apps/dokploy/drizzle/0130_perpetual_screwball.sql
Mauricio Siu 6c61919202 feat(schedules): add timezone support for scheduled jobs and update database schema
- Introduced a new `commonTimezones` array for timezone selection in the UI.
- Updated the schedule form to include an optional timezone field.
- Modified the database schema to add a `timezone` column to the `schedule` table.
- Enhanced the scheduling logic to utilize the specified timezone, defaulting to UTC if not provided.
2025-12-07 22:42:40 -06:00

1 line
50 B
SQL

ALTER TABLE "schedule" ADD COLUMN "timezone" text;