dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Prevent that the type of a sys_user that belongs to a client or reseller ca...
Till Brehm
2014-01-23
132df2144fab92262dce7b6ad26782f6e62ec857
[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`);