kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 39e2dfae265f26c8d6d888a560f50ab2d5d58b3f 14 lines 467 B view raw
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:%';