Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: sql/
Date: Mon, 22 Aug 2022 22:35:30
Message-Id: 1661204653.e0aa266cf65e0fecd032ef58b188b71e51d5e340.zorry@gentoo
1 commit: e0aa266cf65e0fecd032ef58b188b71e51d5e340
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 22 21:44:13 2022 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 22 21:44:13 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=e0aa266c
7
8 Remove gitpuller from repositorys_type in db
9
10 Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>
11
12 sql/gentoo_ci_schema.sql | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/sql/gentoo_ci_schema.sql b/sql/gentoo_ci_schema.sql
16 index f1725fa..70a7401 100644
17 --- a/sql/gentoo_ci_schema.sql
18 +++ b/sql/gentoo_ci_schema.sql
19 @@ -203,7 +203,6 @@ ALTER TYPE public.repositorys_mode OWNER TO postgres;
20 --
21
22 CREATE TYPE public.repositorys_type AS ENUM (
23 - 'gitpuller',
24 'git',
25 'gitlab'
26 );