aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2024-02-03 11:02:26 +0100
committerMagnus Granberg <zorry@gentoo.org>2024-02-03 11:02:26 +0100
commit8449a45df3f33ccf90f60540a5aae1b571e3fe41 (patch)
tree177a07b1be536d78df5be55666fba96dd0c74224 /sql
parentRemove minio (diff)
downloadtinderbox-cluster-8449a45df3f33ccf90f60540a5aae1b571e3fe41.tar.gz
tinderbox-cluster-8449a45df3f33ccf90f60540a5aae1b571e3fe41.tar.bz2
tinderbox-cluster-8449a45df3f33ccf90f60540a5aae1b571e3fe41.zip
Use settings repository for portage settings
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 ee89db8..ce12072 100644
--- a/sql/gentoo_ci_schema.sql
+++ b/sql/gentoo_ci_schema.sql
@@ -489,6 +489,7 @@ CREATE TABLE public.projects (
description text,
profile character varying(255) NOT NULL,
profile_repository_uuid character varying(36) NOT NULL,
+ settings_repository_uuid character varying(36) NOT NULL,
keyword_id integer,
status public.projects_status,
auto boolean,