index
:
icingaweb2-module-director
debian
progress-linux
upstream
debian 11 backports: icinga
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
schema
/
mysql-legacy-changes
/
upgrade_60.sql
blob: 5b0da8f0c67ee1a3f986fe9b70e3eb1e6da5fef7 (
plain
)
1
2
ALTER
TABLE
icinga_service
MODIFY
COLUMN
use_agent
ENUM
(
'y'
,
'n'
)
DEFAULT
NULL
;