aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2024-02-29 21:52:42 +0100
committerMagnus Granberg <zorry@gentoo.org>2024-02-29 21:52:42 +0100
commit4269430378d05d5161d87056caf6817890d44493 (patch)
tree604dd50b330b74a799631660d929c6a5f652daf7 /sql
parentFix phase_error and pattern_infos (diff)
downloadtinderbox-cluster-4269430378d05d5161d87056caf6817890d44493.tar.gz
tinderbox-cluster-4269430378d05d5161d87056caf6817890d44493.tar.bz2
tinderbox-cluster-4269430378d05d5161d87056caf6817890d44493.zip
Make emails dict for bugreports
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 ce12072..1a4284f 100644
--- a/sql/gentoo_ci_schema.sql
+++ b/sql/gentoo_ci_schema.sql
@@ -914,6 +914,7 @@ CREATE TABLE public.versions (
package_uuid character varying(36),
file_hash character varying(255) NOT NULL,
commit_id character varying(255) NOT NULL,
+ change_id integer DEFAULT 0,
deleted boolean,
deleted_at integer
);