view schema/updates/1204/04.publish.sql @ 4793:d6d73ca5496a

client: import_overview: improve implementation of exporting logs * adjust using of end point * delete the generation of csv in front end
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 25 Oct 2019 15:09:10 +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;