Files
geograsim/App/Don_t_Deploy/2026-07-11-tourismustal-glossar-bilder.sql
T
Adminator 727e82c8fe Tourismustal: 14 Glossar-Illustrationen + Musik-Standard leiser
Alle 14 neuen Glossar-Begriffe bebildert (gpt-image-1, Flat-Scandinavian-
Stil, 1600x914 webp wie Bestand) + image_path-SQL. Hintergrundmusik-
Standardlautstaerke auf 1/4 (0.09statt 0.35), gespeicherte Nutzerwerte
bleiben unangetastet.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-11 09:40:06 +02:00

14 lines
714 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- ============================================================
-- Tourismustal: Glossar-Bilder (image_path) für die 14 neuen Begriffe
-- Stand: 2026-07-11 · Atlas · Bilder: gpt-image-1 im Flat-Scandinavian-Stil,
-- 1600×914 webp (Konvention der bestehenden 164 Einträge). Idempotent.
-- ============================================================
UPDATE glossar SET image_path = CONCAT('assets/img/glossar/', key_slug, '.webp')
WHERE key_slug IN (
'standortfaktor','angebot-nachfrage','wertschoepfung','infrastruktur',
'saisonalitaet','sommerloch','naechtigung','ganzjahrestourismus',
'uebertourismus','raumnutzungskonflikt','beschneiung','diversifizierung',
'tagesausgaben','sanfter-tourismus'
);