Change sccpdeviceconfig view create statement
Should not use ALGORITHM=MERGE when using GROUP BY
This commit is contained in:
parent
2c8842d21a
commit
b133b2bc3a
|
@ -723,7 +723,6 @@ function InstallDB_CreateSccpDeviceConfigView($sccp_compatible)
|
||||||
GROUP BY sccpuser.name; ";
|
GROUP BY sccpuser.name; ";
|
||||||
} else {
|
} else {
|
||||||
$sql .= "CREATE OR REPLACE
|
$sql .= "CREATE OR REPLACE
|
||||||
ALGORITHM = MERGE
|
|
||||||
VIEW sccpdeviceconfig AS
|
VIEW sccpdeviceconfig AS
|
||||||
SELECT CASE sccpdevice.profileid
|
SELECT CASE sccpdevice.profileid
|
||||||
WHEN 0 THEN
|
WHEN 0 THEN
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<module>
|
<module>
|
||||||
<rawname>sccp_manager</rawname>
|
<rawname>sccp_manager</rawname>
|
||||||
<name>SCCP Manager</name>
|
<name>SCCP Manager</name>
|
||||||
<version>14.3.0.1</version>
|
<version>14.3.0.2</version>
|
||||||
<type>setup</type>
|
<type>setup</type>
|
||||||
<category>SCCP Connectivity</category>
|
<category>SCCP Connectivity</category>
|
||||||
<publisher>Steve Lad, Alex GP</publisher>
|
<publisher>Steve Lad, Alex GP</publisher>
|
||||||
|
|
Loading…
Reference in a new issue