diff schema/gemma.sql @ 4995:4a816ecf70de wmst-config

Added support for WMS-Time in configuring the GeoServer.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 06 Mar 2020 11:48:11 +0100
parents de190de05f67
children f697a398eff4
line wrap: on
line diff
--- a/schema/gemma.sql	Fri Mar 06 11:06:27 2020 +0100
+++ b/schema/gemma.sql	Fri Mar 06 11:48:11 2020 +0100
@@ -409,6 +409,8 @@
         style bytea,
         as_wms boolean NOT NULL DEFAULT TRUE,
         as_wfs boolean NOT NULL DEFAULT TRUE,
+        wmst_attribute     varchar DEFAULT NULL,
+        wmst_end_attribute varchar DEFAULT NULL,
         -- Either give a valid relation or a SQL statement:
         CHECK (to_regclass(schema || '.' || name) IS NOT NULL
             OR view_def IS NOT NULL)