view schema/updates/1200/02.add_demo_stretch_countries.sql @ 4793:d6d73ca5496a

client: import_overview: improve implementation of exporting logs * adjust using of end point * delete the generation of csv in front end
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 25 Oct 2019 15:09:10 +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'))