commit:     e0aa266cf65e0fecd032ef58b188b71e51d5e340
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 21:44:13 2022 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 21:44:13 2022 +0000
URL:        
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=e0aa266c

Remove gitpuller from repositorys_type in db

Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>

 sql/gentoo_ci_schema.sql | 1 -
 1 file changed, 1 deletion(-)

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'
 );

Reply via email to