view schema/updates/1204/04.publish.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 0b01fd83bc3b
children
line wrap: on
line source

INSERT INTO sys_admin.published_services (name)
   VALUES ('waterway.sounding_results_areas_geoserver'::regclass)
   ON CONFLICT (name) DO NOTHING;
INSERT INTO sys_admin.published_services (name)
   VALUES ('waterway.sounding_differences'::regclass)
   ON CONFLICT (name) DO NOTHING;