view schema/updates/1204/04.publish.sql @ 5588:94ef43fac0eb surveysperbottleneckid

Make BN for overview distinguishable
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 05 Apr 2022 10:15:37 +0200
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;