aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2023-06-26 23:38:57 +0200
committerMagnus Granberg <zorry@gentoo.org>2023-06-26 23:38:57 +0200
commit2639fe0cd81fc82c4f9717daf756013cea6a86ca (patch)
tree2f8580fffae06734f5674f1f01f57a0b6b377793 /sql
parentAdd SetupBugReportSteps for bugreporting (diff)
downloadtinderbox-cluster-2639fe0cd81fc82c4f9717daf756013cea6a86ca.tar.gz
tinderbox-cluster-2639fe0cd81fc82c4f9717daf756013cea6a86ca.tar.bz2
tinderbox-cluster-2639fe0cd81fc82c4f9717daf756013cea6a86ca.zip
Add bug id to builds data in db
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'sql')
-rw-r--r--sql/gentoo_ci_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/gentoo_ci_schema.sql b/sql/gentoo_ci_schema.sql
index b166150..ee89db8 100644
--- a/sql/gentoo_ci_schema.sql
+++ b/sql/gentoo_ci_schema.sql
@@ -512,6 +512,7 @@ CREATE TABLE public.projects_builds (
version_uuid character varying(36),
build_id integer NOT NULL,
buildbot_build_id integer DEFAULT 0,
+ bug_id integer DEFAULT 0,
status public.projects_builds_status,
requested boolean,
created_at integer,