We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f842cb commit 5ab09ceCopy full SHA for 5ab09ce
install/sql/incremental/upd_dev_collection.sql
@@ -4,5 +4,5 @@ ALTER TABLE `web_domain` DROP COLUMN `fastcgi_php_version`;
4
-- add php_fpm_socket_dir column to server_php
5
ALTER TABLE `server_php` ADD `php_fpm_socket_dir` varchar(255) DEFAULT NULL AFTER `php_fpm_pool_dir`;
6
7
--- rename Comodo to "Sectigo / Comodo CA"
+-- fix #5939
8
UPDATE `ftp_user` SET `expires` = NULL WHERE `expires` = '0000-00-00 00:00:00';
0 commit comments