Skip to content

Commit ba5cfd1

Browse files
committed
Added missing fields for web_php_options and openvz limits to the client_template table.
1 parent 4986189 commit ba5cfd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/sql/ispconfig3.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,12 @@ CREATE TABLE `client_template` (
176176
`limit_web_ip` text,
177177
`limit_web_domain` int(11) NOT NULL default '-1',
178178
`limit_web_quota` int(11) NOT NULL default '-1',
179+
`web_php_options` varchar(255) NOT NULL DEFAULT 'no',
179180
`limit_web_subdomain` int(11) NOT NULL default '-1',
180181
`limit_web_aliasdomain` int(11) NOT NULL default '-1',
181182
`limit_ftp_user` int(11) NOT NULL default '-1',
182183
`limit_shell_user` int(11) NOT NULL default '0',
184+
`ssh_chroot` varchar(255) NOT NULL DEFAULT 'no',
183185
`limit_webdav_user` int(11) NOT NULL default '0',
184186
`limit_dns_zone` int(11) NOT NULL default '-1',
185187
`limit_dns_slave_zone` int(11) NOT NULL default '-1',
@@ -191,6 +193,8 @@ CREATE TABLE `client_template` (
191193
`limit_traffic_quota` int(11) NOT NULL default '-1',
192194
`limit_client` int(11) NOT NULL default '0',
193195
`limit_mailmailinglist` int(11) NOT NULL default '-1',
196+
`limit_openvz_vm` int(11) NOT NULL DEFAULT '0',
197+
`limit_openvz_vm_template` int(11) NOT NULL DEFAULT '0',
194198
PRIMARY KEY (`template_id`)
195199
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
196200

0 commit comments

Comments
 (0)