aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2022-10-05 01:58:19 +0200
committerMagnus Granberg <zorry@gentoo.org>2022-10-05 01:58:19 +0200
commit74dc875a027df21c3aa0504e4fc9526fb3c6944d (patch)
treea003c428139b57bbab64fcafe48453d1ce9c7591
parentFix bootstrap_tab in workers db (diff)
downloadtinderbox-cluster-74dc875a027df21c3aa0504e4fc9526fb3c6944d.tar.gz
tinderbox-cluster-74dc875a027df21c3aa0504e4fc9526fb3c6944d.tar.bz2
tinderbox-cluster-74dc875a027df21c3aa0504e4fc9526fb3c6944d.zip
Fix owner to buildbot
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
-rw-r--r--sql/gentoo_ci_schema.sql8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/gentoo_ci_schema.sql b/sql/gentoo_ci_schema.sql
index fc10eff..ff81661 100644
--- a/sql/gentoo_ci_schema.sql
+++ b/sql/gentoo_ci_schema.sql
@@ -137,7 +137,7 @@ CREATE TYPE public.projects_status AS ENUM (
ALTER TYPE public.projects_status OWNER TO buildbot;
--
--- Name: repositorys_method; Type: TYPE; Schema: public; Owner: postgres
+-- Name: repositorys_method; Type: TYPE; Schema: public; Owner: buildbot
--
CREATE TYPE public.repositorys_method AS ENUM (
@@ -148,10 +148,10 @@ CREATE TYPE public.repositorys_method AS ENUM (
);
-ALTER TYPE public.repositorys_method OWNER TO postgres;
+ALTER TYPE public.repositorys_method OWNER TO buildbot;
--
--- Name: repositorys_mode; Type: TYPE; Schema: public; Owner: postgres
+-- Name: repositorys_mode; Type: TYPE; Schema: public; Owner: buildbot
--
CREATE TYPE public.repositorys_mode AS ENUM (
@@ -160,7 +160,7 @@ CREATE TYPE public.repositorys_mode AS ENUM (
);
-ALTER TYPE public.repositorys_mode OWNER TO postgres;
+ALTER TYPE public.repositorys_mode OWNER TO buildbot;
--
-- Name: repositorys_type; Type: TYPE; Schema: public; Owner: buildbot