Skip to content

Commit ec9b36d

Browse files
author
Marius Cramer
committed
Missing sql statements added
1 parent 4e09cb4 commit ec9b36d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ALTER TABLE `client`
2+
ADD `web_servers` blob NOT NULL DEFAULT '' AFTER `default_webserver`,
3+
ADD `mail_servers` blob NOT NULL DEFAULT '' AFTER `default_mailserver`,
4+
ADD `db_servers` blob NOT NULL DEFAULT '' AFTER `default_dbserver`,
5+
ADD `dns_servers` blob NOT NULL DEFAULT '' AFTER `default_dnsserver`;
6+

0 commit comments

Comments
 (0)