Skip to content

Commit 401cb2d

Browse files
committed
Adding *_servers fields in ispconfig3.sql
1 parent bd66592 commit 401cb2d

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
@@ -169,6 +169,7 @@ CREATE TABLE `client` (
169169
`bank_account_swift` varchar(255) DEFAULT NULL,
170170
`paypal_email` varchar(255) DEFAULT NULL,
171171
`default_mailserver` int(11) unsigned NOT NULL DEFAULT '1',
172+
`mail_servers` blob NOT NULL DEFAULT '',
172173
`limit_maildomain` int(11) NOT NULL DEFAULT '-1',
173174
`limit_mailbox` int(11) NOT NULL DEFAULT '-1',
174175
`limit_mailalias` int(11) NOT NULL DEFAULT '-1',
@@ -183,6 +184,7 @@ CREATE TABLE `client` (
183184
`limit_spamfilter_user` int(11) NOT NULL DEFAULT '0',
184185
`limit_spamfilter_policy` int(11) NOT NULL DEFAULT '0',
185186
`default_webserver` int(11) unsigned NOT NULL DEFAULT '1',
187+
`web_servers` blob NOT NULL DEFAULT '',
186188
`limit_web_ip` text,
187189
`limit_web_domain` int(11) NOT NULL DEFAULT '-1',
188190
`limit_web_quota` int(11) NOT NULL DEFAULT '-1',
@@ -204,11 +206,13 @@ CREATE TABLE `client` (
204206
`limit_webdav_user` int(11) NOT NULL DEFAULT '0',
205207
`limit_aps` int(11) NOT NULL DEFAULT '-1',
206208
`default_dnsserver` int(11) unsigned NOT NULL DEFAULT '1',
209+
`db_servers` blob NOT NULL DEFAULT '',
207210
`limit_dns_zone` int(11) NOT NULL DEFAULT '-1',
208211
`default_slave_dnsserver` int(11) unsigned NOT NULL DEFAULT '1',
209212
`limit_dns_slave_zone` int(11) NOT NULL DEFAULT '-1',
210213
`limit_dns_record` int(11) NOT NULL DEFAULT '-1',
211214
`default_dbserver` int(11) NOT NULL DEFAULT '1',
215+
`dns_servers` blob NOT NULL DEFAULT '',
212216
`limit_database` int(11) NOT NULL DEFAULT '-1',
213217
`limit_cron` int(11) NOT NULL DEFAULT '0',
214218
`limit_cron_type` enum('url','chrooted','full') NOT NULL DEFAULT 'url',

0 commit comments

Comments
 (0)