06_EmailProfiler/1.3.3.0 hinzugefügt

This commit is contained in:
JenneJ 2023-10-09 14:51:39 +02:00
parent 409500a54c
commit 587228faa9

4
06_EmailProfiler/1.3.3.0 Normal file
View File

@ -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