dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
readded removed line
Dominik
2014-04-04
49d631303f1e053e4b4a3f3c38b26c0f28986bfc
[gitlabFork/ISPConfig3.git]
/
install
/
sql
/
incremental
/
upd_0073.sql
1
2
ALTER TABLE `client_template` ADD `limit_backup` ENUM( 'n', 'y' ) NOT NULL DEFAULT 'n' AFTER `limit_webdav_user`;
ALTER TABLE `client` ADD `limit_backup` ENUM( 'n', 'y' ) NOT NULL DEFAULT 'n' AFTER `limit_webdav_user`;