From: Michael Tremer Date: Tue, 23 May 2023 09:42:08 +0000 (+0000) Subject: builds: Remove bug_ids array from table X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3a7def8ff94bf4b89b22b224a989b1554a94a69;p=pbs.git builds: Remove bug_ids array from table Signed-off-by: Michael Tremer --- diff --git a/src/database.sql b/src/database.sql index 355ffd37..87b770d6 100644 --- a/src/database.sql +++ b/src/database.sql @@ -111,7 +111,6 @@ CREATE TABLE public.builds ( build_repo_id integer NOT NULL, owner_id integer, priority integer DEFAULT 0 NOT NULL, - bug_ids integer[] DEFAULT ARRAY[]::integer[] NOT NULL, finished_at timestamp without time zone, failed boolean DEFAULT false NOT NULL, deleted_at timestamp without time zone,