annotate schema/updates/1200/02.add_demo_stretch_countries.sql @ 4530:38ec0e25e7b1

Translated using Weblate (German (Austria)) Currently translated at 69.0% (298 of 432 strings) Translation: Gemma/client Translate-URL: https://hosted.weblate.org/projects/gemma/client/de_AT/
author Lukas Timler <lukas.timler@viadonau.org>
date Tue, 08 Oct 2019 14:39:19 +0200
parents 5e38667f740c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4389
5e38667f740c Use stretches as areas of responsibility.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
1 INSERT INTO users.stretch_countries(stretch_id,country)
5e38667f740c Use stretches as areas of responsibility.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
2 (SELECT id, substring(name for 2) FROM users.stretches
5e38667f740c Use stretches as areas of responsibility.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
3 WHERE name
5e38667f740c Use stretches as areas of responsibility.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
4 IN ('BG_stretch_1','HU_stretch_1','RS_stretch_1',
5e38667f740c Use stretches as areas of responsibility.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
5 'AT_stretch_1','SK_stretch_1','RO_stretch_1'))