view schema/default_sysconfig.sql @ 887:aae517757923

fix: layout systemconfig
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 01 Oct 2018 17:41:00 +0200
parents fa417ff1f355
children e4b72a199258
line wrap: on
line source

BEGIN;

--
-- Default system configurations for the GEMMA database
--

--
-- Style definitions
--
INSERT INTO systemconf.feature_colours VALUES ('Bottlenecks', 'stroke', 220, 220, 0, 1);
INSERT INTO systemconf.feature_colours VALUES ('Bottlenecks', 'fill', 230, 230, 10, 0.8);

COMMIT;