# HG changeset patch # User Tom Gottfried # Date 1538648889 -7200 # Node ID 69394644bc73cf1cd56d254538c431ce75a373ac # Parent 86278692c30ccb4a882b007bedfa7339b6fcf249 Remove obsolete unused table diff -r 86278692c30c -r 69394644bc73 schema/gemma.sql --- 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,