Skip to content

Commit 4e9b291

Browse files
author
Marius Burkard
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent 3aaf956 commit 4e9b291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- drop old php column because new installations don't have them (fails in multi-server)
22
ALTER TABLE `web_domain` DROP COLUMN `fastcgi_php_version`;
33

4-
-- add php_fpm_pool_dir column to server_php
4+
-- 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`;

0 commit comments

Comments
 (0)