Files
dokploy/apps/dokploy/drizzle/0124_certain_cloak.sql
Mauricio Siu 6b346d30ee feat: update notification handling to make accessToken optional
- Modified the notification schema to allow accessToken to be optional, enhancing flexibility in notification settings.
- Updated related components and database schema to accommodate the change, ensuring backward compatibility.
- Improved handling of accessToken in notification requests and responses, defaulting to null when not provided.
2025-12-01 00:44:53 -06:00

1 line
60 B
SQL

ALTER TABLE "ntfy" ALTER COLUMN "accessToken" DROP NOT NULL;