view schema/default_sysconfig.sql @ 900:62a30a78ac2f

morptool right
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 02 Oct 2018 16:10:50 +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;