view schema/updates/1200/02.add_demo_stretch_countries.sql @ 4770:3c68d1572cab

Added missing stroke color var to distance marks sld.
author Raimund Renkert <raimund@renkert.org>
date Mon, 21 Oct 2019 11:31:41 +0200
parents 5e38667f740c
children
line wrap: on
line source

INSERT INTO users.stretch_countries(stretch_id,country)
    (SELECT id, substring(name for 2) FROM users.stretches
        WHERE name
        IN ('BG_stretch_1','HU_stretch_1','RS_stretch_1',
            'AT_stretch_1','SK_stretch_1','RO_stretch_1'))