kaneo (minimalist kanban) fork to experiment adding a tangled integration
github.com/usekaneo/kaneo
1UPDATE "user_notification_preference"
2SET "ntfy_token" = NULL
3WHERE "ntfy_token" IS NOT NULL
4 AND "ntfy_token" NOT LIKE 'enc:v1:%';
5--> statement-breakpoint
6UPDATE "user_notification_preference"
7SET "gotify_token" = NULL
8WHERE "gotify_token" IS NOT NULL
9 AND "gotify_token" NOT LIKE 'enc:v1:%';
10--> statement-breakpoint
11UPDATE "user_notification_preference"
12SET "webhook_secret" = NULL
13WHERE "webhook_secret" IS NOT NULL
14 AND "webhook_secret" NOT LIKE 'enc:v1:%';