br-office-suite/database/migrations/040_formular_editor_navigation.sql
2026-05-10 10:46:05 +02:00

5 lines
160 B
SQL

UPDATE app_page
SET label = 'Vorlagen / Formular-Editor',
description = 'Vorlagenverwaltung und HTML-/Formular-Editor'
WHERE page_key = 'templates';