compute/store geo.geom centroid only once
This commit is contained in:
parent
5d07c7895d
commit
63ff78eaa1
2 changed files with 3 additions and 4 deletions
|
@ -107,9 +107,8 @@ CREATE TABLE events (
|
|||
--
|
||||
|
||||
CREATE TABLE geo (
|
||||
insee character varying(80),
|
||||
nom character varying(80),
|
||||
geom geometry(Geometry,4326),
|
||||
geom_center geometry(Point,4326),
|
||||
hash text
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue