Skip to content

Commit 793622b

Browse files
committed
- Fixed another syntax error in the SQL dump.
1 parent feb022f commit 793622b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ CREATE TABLE `web_domain` (
15111511
`allow_override` varchar(255) NOT NULL default 'All',
15121512
`apache_directives` mediumtext,
15131513
`nginx_directives` mediumtext,
1514-
`php_fpm_use_socket` ENUM('n','y') NOT NULL DEFAULT 'n'
1514+
`php_fpm_use_socket` ENUM('n','y') NOT NULL DEFAULT 'n',
15151515
`php_open_basedir` mediumtext,
15161516
`custom_php_ini` mediumtext,
15171517
`backup_interval` VARCHAR( 255 ) NOT NULL DEFAULT 'none',

0 commit comments

Comments
 (0)