From e0aa266cf65e0fecd032ef58b188b71e51d5e340 Mon Sep 17 00:00:00 2001 From: Magnus Granberg Date: Mon, 22 Aug 2022 23:44:13 +0200 Subject: Remove gitpuller from repositorys_type in db Signed-off-by: Magnus Granberg --- sql/gentoo_ci_schema.sql | 1 - 1 file changed, 1 deletion(-) (limited to 'sql') 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' ); -- cgit v1.2.3-65-gdbad