view schema/updates/1204/02.delete-contours.sql @ 4998:bb2123358bd8 wmst-config

Configure fairway marks layers with time support
author Tom Gottfried <tom@intevation.de>
date Mon, 09 Mar 2020 12:19:06 +0100
parents c657dec6b0fa
children
line wrap: on
line source

DELETE FROM sys_admin.published_services WHERE name = 'waterway.sounding_differences'::regclass;
DELETE FROM sys_admin.published_services WHERE name = 'waterway.sounding_results_contour_lines_geoserver'::regclass;

DROP VIEW waterway.sounding_results_contour_lines_geoserver;
DROP VIEW waterway.sounding_differences;
DROP TABLE caching.sounding_differences_contour_lines;
DROP TABLE waterway.sounding_results_contour_lines;