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; ";
|
||||
} else {
|
||||
$sql .= "CREATE OR REPLACE
|
||||
ALGORITHM = MERGE
|
||||
VIEW sccpdeviceconfig AS
|
||||
SELECT CASE sccpdevice.profileid
|
||||
WHEN 0 THEN
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<module>
|
||||
<rawname>sccp_manager</rawname>
|
||||
<name>SCCP Manager</name>
|
||||
<version>14.3.0.1</version>
|
||||
<version>14.3.0.2</version>
|
||||
<type>setup</type>
|
||||
<category>SCCP Connectivity</category>
|
||||
<publisher>Steve Lad, Alex GP</publisher>
|
||||
|
|
Loading…
Reference in a new issue