CDB-3497
This commit is contained in:
parent
de2d3f818e
commit
b5589fdf09
@ -500,8 +500,8 @@ BEGIN
|
||||
END LOOP; -- } on expected geometry columns
|
||||
|
||||
-- Both only populate if proceeds
|
||||
PERFORM public._CDB_populate_the_geom_from_the_geom_webmercator(reloid, exists_geom_cols)
|
||||
PERFORM public._CDB_populate_the_geom_webmercator_from_the_geom(reloid, exists_geom_cols)
|
||||
PERFORM public._CDB_populate_the_geom_from_the_geom_webmercator(reloid, exists_geom_cols);
|
||||
PERFORM public._CDB_populate_the_geom_webmercator_from_the_geom(reloid, exists_geom_cols);
|
||||
|
||||
PERFORM public._CDB_create_triggers(reloid);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user