dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: FS#2947 - courier config file written when server set to dovecot / s...
Till Brehm
2014-02-16
128d3b5ccb7b939b3701f4444589f5d973a7d9e7
[gitlabFork/ISPConfig3.git]
/
install
/
sql
/
incremental
/
upd_0050.sql
1
2
ALTER TABLE `dns_slave` DROP INDEX `origin`;
ALTER TABLE `dns_slave` ADD CONSTRAINT `slave` UNIQUE (`origin`,`server_id`);