view schema/updates/1200/02.add_demo_stretch_countries.sql @ 5092:8dc27fc1d05c

Add temporal validity attributes and WMS-T config to bottlenecks layer Attributes related to data availability and quality still refer to the current situation.
author Tom Gottfried <tom@intevation.de>
date Tue, 24 Mar 2020 12:32:42 +0100
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'))