fixing error during install (missing ip.conf)

This commit is contained in:
Benjamin Sonntag 2014-03-27 17:13:20 +01:00
parent 0934e6b08f
commit 28924c7215
1 changed files with 4 additions and 0 deletions

View File

@ -50,3 +50,7 @@ where
-- We didn't migrate existing catchall address properly (sniff)
UPDATE address SET TYPE="catchall" WHERE address="";
UPDATE domaines_type SET only_dns=1 WHERE name='ip';
UPDATE domaines_type SET only_dns=0 WHERE name='url';
UPDATE domaines_type SET only_dns=0 WHERE name='panel';