comparison schema/default_sysconfig.sql @ 831:fa417ff1f355

Extended schema to save feature style information.
author Sascha Wilde <wilde@intevation.de>
date Thu, 27 Sep 2018 23:59:36 +0200
parents
children e4b72a199258
comparison
equal deleted inserted replaced
830:56fa02c93766 831:fa417ff1f355
1 BEGIN;
2
3 --
4 -- Default system configurations for the GEMMA database
5 --
6
7 --
8 -- Style definitions
9 --
10 INSERT INTO systemconf.feature_colours VALUES ('Bottlenecks', 'stroke', 220, 220, 0, 1);
11 INSERT INTO systemconf.feature_colours VALUES ('Bottlenecks', 'fill', 230, 230, 10, 0.8);
12
13 COMMIT;