dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Improved letsencrypt onInsert code.
Till Brehm
2016-05-27
27972469e57a2072584470c3dadce83b6ddf8844
[gitlabFork/ISPConfig3.git]
/
install
/
sql
/
incremental
/
upd_0024.sql
1
ALTER TABLE `web_domain` ADD `python` ENUM( 'n', 'y' ) NOT NULL DEFAULT 'n' AFTER `ruby`;