dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Implemented FS#2531 - switch from a reseller to a client
Marius Cramer
2013-11-20
c6f36f01c83cf435bbc338443a357f81c49cbbca
[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`);