From b133b2bc3a40f22b42d6dc1eb336a47a6371de7f Mon Sep 17 00:00:00 2001 From: steve-lad <72376554+steve-lad@users.noreply.github.com> Date: Wed, 4 Aug 2021 10:55:26 +0200 Subject: [PATCH] Change sccpdeviceconfig view create statement Should not use ALGORITHM=MERGE when using GROUP BY --- install.php | 1 - module.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/install.php b/install.php index 33cd4c9..379b235 100644 --- a/install.php +++ b/install.php @@ -723,7 +723,6 @@ function InstallDB_CreateSccpDeviceConfigView($sccp_compatible) GROUP BY sccpuser.name; "; } else { $sql .= "CREATE OR REPLACE - ALGORITHM = MERGE VIEW sccpdeviceconfig AS SELECT CASE sccpdevice.profileid WHEN 0 THEN diff --git a/module.xml b/module.xml index 33f9036..d1f771d 100644 --- a/module.xml +++ b/module.xml @@ -1,7 +1,7 @@ sccp_manager SCCP Manager - 14.3.0.1 + 14.3.0.2 setup SCCP Connectivity Steve Lad, Alex GP