view schema/updates/1302/after-update.sql_manual @ 5132:8d5e3ce27d20

client: Time based search * Add Time parameter to the search request when Time slider is active
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 27 Mar 2020 15:30:15 +0100
parents c1fa4cf8a3f4
children
line wrap: on
line source

--
-- Before executing this script you have to build the cmd/oct2str tool.
-- $ cd cmd/oct2str && go build
-- Use
-- $ ./oct2str --help
-- to find out how to use it:
-- Passing the right db credentials should be enough.
--

ALTER TABLE waterway.sounding_results DROP COLUMN octree_index;
ALTER TABLE waterway.sounding_results DROP COLUMN octree_checksum;