Remake extension
This commit is contained in:
parent
edbefad6b0
commit
f98ee6750d
@ -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
|
@ -399,8 +399,7 @@ BEGIN
|
|||||||
CREATE TYPE cdb_dataservices_server.service_type AS ENUM (
|
CREATE TYPE cdb_dataservices_server.service_type AS ENUM (
|
||||||
'isolines',
|
'isolines',
|
||||||
'hires_geocoder',
|
'hires_geocoder',
|
||||||
'routing',
|
'routing'
|
||||||
'observatory'
|
|
||||||
);
|
);
|
||||||
END IF;
|
END IF;
|
||||||
END $$;
|
END $$;
|
||||||
|
Loading…
Reference in New Issue
Block a user