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 3 lines 193 B view raw
1ALTER TABLE "device_code" ADD COLUMN "created_at" timestamp DEFAULT now() NOT NULL; 2--> statement-breakpoint 3ALTER TABLE "device_code" ADD COLUMN "updated_at" timestamp DEFAULT now() NOT NULL;