diff schema/gemma.sql @ 5393:fe3f651bb03d extented-report

Remove octree_index and octree_checksum column from schema. They are not needed any longer and are replaced by mesh_index and mesh_checksum.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 04 Jul 2021 10:52:56 +0200
parents 18969a4d31b6
children f1a42eea08d3
line wrap: on
line diff
--- a/schema/gemma.sql	Sat Jul 03 01:04:37 2021 +0200
+++ b/schema/gemma.sql	Sun Jul 04 10:52:56 2021 +0200
@@ -807,8 +807,6 @@
         coverage varchar REFERENCES coverage_types,
         depth_reference varchar NOT NULL, -- REFERENCES depth_references,
         zpg_exception bool NOT NULL DEFAULT FALSE, -- Found no LDC in ZPG case.
-        octree_checksum varchar,
-        octree_index bytea,
         mesh_checksum varchar,
         mesh_index bytea,
         staging_done boolean NOT NULL DEFAULT false