dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'hide_used_domains' into 'master'
Marius Cramer
2014-07-08
cbdc7acabd3c61c3e8da7a3b04421f0d061fc5fa
[gitlabFork/ISPConfig3.git]
/
install
/
sql
/
incremental
/
upd_dev_collection.sql
1
2
3
ALTER TABLE `mail_user`
CHANGE `uid` `uid` int(11) NOT NULL DEFAULT '5000',
CHANGE `gid` `gid` int(11) NOT NULL DEFAULT '5000';