diff schema/default_sysconfig.sql @ 4236:27ed6f709195

Remove unused systemconf.feature_colours from backend * Remove unused routes for `/system/style/{feature}/{attr}`, including the namespace `systemconf` from the schema. This has previously be replaced by a more general mechanism, which is already used by the frontend.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 21 Aug 2019 16:17:46 +0200
parents 8aff98c84a5a
children 81153eae048c
line wrap: on
line diff
--- a/schema/default_sysconfig.sql	Wed Aug 21 15:59:15 2019 +0200
+++ b/schema/default_sysconfig.sql	Wed Aug 21 16:17:46 2019 +0200
@@ -4,12 +4,14 @@
 -- SPDX-License-Identifier: AGPL-3.0-or-later
 -- License-Filename: LICENSES/AGPL-3.0.txt
 
--- Copyright (C) 2018 by via donau
+-- Copyright (C) 2018, 2019 by via donau
 --   – Österreichische Wasserstraßen-Gesellschaft mbH
 -- Software engineering by Intevation GmbH
 
 -- Author(s):
 --  * Sascha Wilde <wilde@intevation.de>
+--  * Bernhard Reiter <bernhard.reiter@intevation.de>
+--  * Fadi Abbund <fadi.abbud@intevation.de>
 
 BEGIN;
 
@@ -18,12 +20,6 @@
 --
 
 --
--- Style definitions
---
-INSERT INTO systemconf.feature_colours VALUES ('Bottlenecks', 'stroke', 250, 40, 255, 1);
-INSERT INTO systemconf.feature_colours VALUES ('Bottlenecks', 'fill', 255, 37, 196, 0.14);
-
---
 -- Settings
 --
 INSERT INTO sys_admin.system_config VALUES ('ecdis_wms_url', 'https://service.d4d-portal.info/wms/');