changeset 916:69394644bc73

Remove obsolete unused table
author Tom Gottfried <tom@intevation.de>
date Thu, 04 Oct 2018 12:28:09 +0200
parents 86278692c30c
children 5b90217aa1bb
files schema/gemma.sql
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/schema/gemma.sql	Tue Oct 02 18:27:55 2018 +0200
+++ b/schema/gemma.sql	Thu Oct 04 12:28:09 2018 +0200
@@ -412,13 +412,6 @@
         staging_done boolean NOT NULL DEFAULT false
     )
 
-    CREATE TABLE meshes (
-        sounding_result_id int NOT NULL REFERENCES sounding_results,
-        geom geometry(polygonz) NOT NULL
-    )
-
-    CREATE INDEX meshes_gix ON meshes USING gist(geom)
-
     CREATE TABLE octrees (
         sounding_result_id int NOT NULL UNIQUE REFERENCES sounding_results,
         checksum varchar NOT NULL,