Skip to content
Snippets Groups Projects
Commit ebd9b486 authored by Marius Cramer's avatar Marius Cramer
Browse files

Missing SQL statements

parent ec9b36d3
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,4 @@ ALTER TABLE `client`
ADD `db_servers` blob NOT NULL DEFAULT '' AFTER `default_dbserver`,
ADD `dns_servers` blob NOT NULL DEFAULT '' AFTER `default_dnsserver`;
UPDATE `client` SET `web_servers` = `default_webserver`, `mail_servers` = `default_mailserver`, `db_servers` = `default_dbserver`, `dns_servers` = `default_dnsserver` WHERE 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment