changeset 930:71445b091415

Remove obsolete comments
author Tom Gottfried <tom@intevation.de>
date Mon, 08 Oct 2018 14:41:56 +0200
parents 48f70782400d
children e758e12b38c9 ae1531e00344
files schema/gemma.sql
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/schema/gemma.sql	Mon Oct 08 13:04:30 2018 +0200
+++ b/schema/gemma.sql	Mon Oct 08 14:41:56 2018 +0200
@@ -5,10 +5,6 @@
 --
 CREATE EXTENSION postgis;
 
--- Needed for 3D processing e.g. for cross section profiles
--- FIXME disabled for now, because not available on Ubuntu/Debian
---CREATE EXTENSION postgis_sfcgal;
-
 -- TODO: will there ever be UPDATEs or can we drop that function due to
 -- historicisation?
 CREATE FUNCTION update_date_info() RETURNS trigger