From 4c5293f59a66c34be188730ee9c43596529d9526 Mon Sep 17 00:00:00 2001 From: PitzM Date: Mon, 12 Feb 2024 11:33:16 +0100 Subject: [PATCH] =?UTF-8?q?00=5FDB=5FSETUP=5FSINGLE/01=5FDD=5FECM/1.9.7.5.?= =?UTF-8?q?sql=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 00_DB_SETUP_SINGLE/01_DD_ECM/1.9.7.5.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 00_DB_SETUP_SINGLE/01_DD_ECM/1.9.7.5.sql diff --git a/00_DB_SETUP_SINGLE/01_DD_ECM/1.9.7.5.sql b/00_DB_SETUP_SINGLE/01_DD_ECM/1.9.7.5.sql new file mode 100644 index 0000000..1216b35 --- /dev/null +++ b/00_DB_SETUP_SINGLE/01_DD_ECM/1.9.7.5.sql @@ -0,0 +1,10 @@ +USE [DD_ECM] + +UPDATE TBDD_BASECONFIG SET DB_VERSION = '1.9.7.5' +GO + +ALTER TABLE [dbo].[TBDD_EMAIL_TEMPLATE] ADD LANGUAGE varchar(5) DEFAULT 'de-DE'; +GO + + +GO \ No newline at end of file