From 587228faa94c95a739d743a6bb250a334262e143 Mon Sep 17 00:00:00 2001 From: JenneJ Date: Mon, 9 Oct 2023 14:51:39 +0200 Subject: [PATCH] =?UTF-8?q?06=5FEmailProfiler/1.3.3.0=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06_EmailProfiler/1.3.3.0 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 06_EmailProfiler/1.3.3.0 diff --git a/06_EmailProfiler/1.3.3.0 b/06_EmailProfiler/1.3.3.0 new file mode 100644 index 0000000..d41b464 --- /dev/null +++ b/06_EmailProfiler/1.3.3.0 @@ -0,0 +1,4 @@ +UPDATE TBDD_MODULES SET DB_VERSION = '1.3.3.0' where SHORT_NAME = 'EMLP' +GO +ALTER TABLE TBEMLP_HISTORY_ATTACHMENT ADD EMAIL_ATTMT_INDEX NVARCHAR(MAX) NOT NULL DEFAULT '' +GO \ No newline at end of file