diff wamos.sql @ 99:3ad1c35b258f

Add todo regarding PostGIS data type.
author Tom Gottfried <tom@intevation.de>
date Wed, 13 Jun 2018 22:40:51 +0200
parents d036e1bd5f00
children 3780a1afdc98
line wrap: on
line diff
--- a/wamos.sql	Wed Jun 13 22:39:38 2018 +0200
+++ b/wamos.sql	Wed Jun 13 22:40:51 2018 +0200
@@ -60,7 +60,7 @@
 
 CREATE TABLE wamos.responsibility_areas (
        country char(2) PRIMARY KEY REFERENCES countries,
-       area geometry(POLYGON, 4326)
+       area geometry(POLYGON, 4326) --XXX: Should be geography (elsewhere too)
        );
 
 CREATE TABLE wamos.language_codes (