aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2022-08-22 23:44:13 +0200
committerMagnus Granberg <zorry@gentoo.org>2022-08-22 23:44:13 +0200
commite0aa266cf65e0fecd032ef58b188b71e51d5e340 (patch)
tree6626c2f6ae2ffdec122d310a40feaa09c73b38c7
parentAdd gentoo ci db schema (diff)
downloadtinderbox-cluster-e0aa266c.tar.gz
tinderbox-cluster-e0aa266c.tar.bz2
tinderbox-cluster-e0aa266c.zip
Remove gitpuller from repositorys_type in db
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
-rw-r--r--sql/gentoo_ci_schema.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/gentoo_ci_schema.sql b/sql/gentoo_ci_schema.sql
index f1725fa..70a7401 100644
--- a/sql/gentoo_ci_schema.sql
+++ b/sql/gentoo_ci_schema.sql
@@ -203,7 +203,6 @@ ALTER TYPE public.repositorys_mode OWNER TO postgres;
--
CREATE TYPE public.repositorys_type AS ENUM (
- 'gitpuller',
'git',
'gitlab'
);