Commit ec9b36d3 authored by Marius Cramer's avatar Marius Cramer
Browse files

Missing sql statements added

parent 4e09cb49
ALTER TABLE `client`
ADD `web_servers` blob NOT NULL DEFAULT '' AFTER `default_webserver`,
ADD `mail_servers` blob NOT NULL DEFAULT '' AFTER `default_mailserver`,
ADD `db_servers` blob NOT NULL DEFAULT '' AFTER `default_dbserver`,
ADD `dns_servers` blob NOT NULL DEFAULT '' AFTER `default_dnsserver`;
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment