Skip to content

Commit 5ab09ce

Browse files
committed
Fix comment for query
1 parent 5f842cb commit 5ab09ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sql/incremental/upd_dev_collection.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ ALTER TABLE `web_domain` DROP COLUMN `fastcgi_php_version`;
44
-- add php_fpm_socket_dir column to server_php
55
ALTER TABLE `server_php` ADD `php_fpm_socket_dir` varchar(255) DEFAULT NULL AFTER `php_fpm_pool_dir`;
66

7-
-- rename Comodo to "Sectigo / Comodo CA"
7+
-- fix #5939
88
UPDATE `ftp_user` SET `expires` = NULL WHERE `expires` = '0000-00-00 00:00:00';

0 commit comments

Comments
 (0)