diff options
author | Magnus Granberg <zorry@gentoo.org> | 2022-08-22 23:44:13 +0200 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2022-08-22 23:44:13 +0200 |
commit | e0aa266cf65e0fecd032ef58b188b71e51d5e340 (patch) | |
tree | 6626c2f6ae2ffdec122d310a40feaa09c73b38c7 /sql | |
parent | Add gentoo ci db schema (diff) | |
download | tinderbox-cluster-e0aa266cf65e0fecd032ef58b188b71e51d5e340.tar.gz tinderbox-cluster-e0aa266cf65e0fecd032ef58b188b71e51d5e340.tar.bz2 tinderbox-cluster-e0aa266cf65e0fecd032ef58b188b71e51d5e340.zip |
Remove gitpuller from repositorys_type in db
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Diffstat (limited to 'sql')
-rw-r--r-- | sql/gentoo_ci_schema.sql | 1 |
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' ); |