Files
dokploy/apps/dokploy/drizzle/0166_nosy_slapstick.sql
Mauricio Siu d3292a2810 feat(schedules): add optional description field to schedule form and display
- Updated the schedule form schema to include an optional 'description' field.
- Enhanced the form to allow users to input a description for each schedule.
- Modified the schedule display component to show the description if available.
- Added a database migration to include the 'description' column in the schedule table.
2026-05-08 23:15:04 -06:00

1 line
53 B
SQL

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