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 cd7cada2f86b4e866a15b4323bb8d6d7ab5bba8b 4 lines 291 B view raw
1ALTER TABLE "notification" ALTER COLUMN "title" DROP NOT NULL;--> statement-breakpoint 2ALTER TABLE "activity" ADD COLUMN "event_data" jsonb;--> statement-breakpoint 3ALTER TABLE "notification" ADD COLUMN "event_data" jsonb;--> statement-breakpoint 4ALTER TABLE "user" ADD COLUMN "locale" text;