You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/sql/incremental/upd_dev_collection.sql
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,12 @@ ALTER TABLE `client`
143
143
DROP COLUMN `limit_xmpp_webpresence`,
144
144
DROP COLUMN `limit_xmpp_http_upload`;
145
145
146
-
147
146
DROPTABLE`xmpp_domain`;
148
147
DROPTABLE`xmpp_user`;
148
+
149
+
-- only on nginx
150
+
UPDATE`web_domain`as d INNER JOIN`server`as s ON (s.server_id=d.server_id) SETd.php='php-fpm'WHEREd.php='fast-cgi'ANDs.configLIKE'%\nserver_type=nginx\n%'ANDs.config NOT LIKE'%\nserver_type=apache\n%';
0 commit comments