aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot_gentoo_ci/db/projects.py')
-rw-r--r--buildbot_gentoo_ci/db/projects.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildbot_gentoo_ci/db/projects.py b/buildbot_gentoo_ci/db/projects.py
index 9dcfa45..7ffac97 100644
--- a/buildbot_gentoo_ci/db/projects.py
+++ b/buildbot_gentoo_ci/db/projects.py
@@ -15,7 +15,7 @@
# Copyright Buildbot Team Members
# Origins: buildbot.db.*
# Modifyed by Gentoo Authors.
-# Copyright 2021 Gentoo Authors
+# Copyright 2024 Gentoo Authors
import sqlalchemy as sa
@@ -220,6 +220,7 @@ class ProjectsConnectorComponent(base.DBConnectorComponent):
description=row.description,
profile=row.profile,
profile_repository_uuid=row.profile_repository_uuid,
+ settings_repository_uuid=row.settings_repository_uuid,
keyword_id=row.keyword_id,
image=row.image,
status=row.status,