Extend description to 5000 chars, closes #914

This commit is contained in:
Alexander Groß
2025-10-16 21:53:52 +02:00
committed by Gregor Vostrak
parent 1e985b71ec
commit 9a1dd4861c
8 changed files with 37 additions and 7 deletions

View File

@@ -435,7 +435,7 @@ CREATE TABLE public.tasks (
CREATE TABLE public.time_entries (
id uuid NOT NULL,
description character varying(500) NOT NULL,
description character varying(5000) NOT NULL,
start timestamp(0) without time zone NOT NULL,
"end" timestamp(0) without time zone,
billable_rate integer,