From 12417099c81da764de95f82647c39eac93c708bb Mon Sep 17 00:00:00 2001 From: JenneJ Date: Tue, 19 Sep 2023 12:05:51 +0200 Subject: [PATCH] =?UTF-8?q?06=5FEmailProfiler/1.3.2.0.sql=20hinzugef=C3=BC?= =?UTF-8?q?gt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06_EmailProfiler/1.3.2.0.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 06_EmailProfiler/1.3.2.0.sql diff --git a/06_EmailProfiler/1.3.2.0.sql b/06_EmailProfiler/1.3.2.0.sql new file mode 100644 index 0000000..88f90ec --- /dev/null +++ b/06_EmailProfiler/1.3.2.0.sql @@ -0,0 +1,4 @@ +UPDATE TBDD_MODULES SET DB_VERSION = '1.3.2.0' where SHORT_NAME = 'EMLP' +GO +ALTER TABLE TBEMLP_POLL_PROFILE ADD VALIDATION_SQL NVARCHAR(MAX) NOT NULL DEFAULT '' +GO \ No newline at end of file