view schema/updates/1302/after-update.sql_manual @ 5384:18969a4d31b6 extented-report

Added a table to store SQL update scripts for aggregated data.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 01 Jul 2021 21:56:50 +0200
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;