Fix upgrade from 0.10.0 to 0.10.1
This commit is contained in:
parent
c2780773d2
commit
0c14df5f89
@ -699,6 +699,7 @@ CREATE TYPE _cdb_has_usable_geom_record
|
|||||||
has_mercgeom boolean,
|
has_mercgeom boolean,
|
||||||
has_mercgeom_name text);
|
has_mercgeom_name text);
|
||||||
|
|
||||||
|
DROP FUNCTION IF EXISTS _CDB_Has_Usable_Geom(REGCLASS);
|
||||||
CREATE OR REPLACE FUNCTION _CDB_Has_Usable_Geom(reloid REGCLASS)
|
CREATE OR REPLACE FUNCTION _CDB_Has_Usable_Geom(reloid REGCLASS)
|
||||||
RETURNS _cdb_has_usable_geom_record
|
RETURNS _cdb_has_usable_geom_record
|
||||||
AS $$
|
AS $$
|
||||||
|
Loading…
Reference in New Issue
Block a user