Remake extension

This commit is contained in:
Jesús Arroyo Torrens 2021-03-05 10:48:24 +01:00
parent edbefad6b0
commit f98ee6750d
3 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,5 @@
--DO NOT MODIFY THIS FILE, IT IS GENERATED AUTOMATICALLY FROM SOURCES
-- Complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "ALTER EXTENSION cdb_dataservices_server UPDATE TO '0.39.3'" to load this file. \quit
-- HERE goes your code to upgrade/downgrade

View File

@ -399,8 +399,7 @@ BEGIN
CREATE TYPE cdb_dataservices_server.service_type AS ENUM (
'isolines',
'hires_geocoder',
'routing',
'observatory'
'routing'
);
END IF;
END $$;