diff schema/gemma.sql @ 449:a74b8c2a4e75

Removed the command line option to publish tables with GeoServer. This is now done with configuration from the database.
author Sascha L. Teichmann <teichmann@intevation.de>
date Tue, 21 Aug 2018 20:43:42 +0200
parents b8366b24dc55
children 62ffb6c8a42e
line wrap: on
line diff
--- a/schema/gemma.sql	Tue Aug 21 20:05:45 2018 +0200
+++ b/schema/gemma.sql	Tue Aug 21 20:43:42 2018 +0200
@@ -70,6 +70,9 @@
     )
 ;
 
+-- Tables with geo data to be published with GeoServer.
+INSERT INTO sys_admin.published_services (name) VALUES ('fairway_dimensions');
+
 --
 -- Look-up tables with data that are static in a running system
 --