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_59.sql
blob: 8c760e2fc0ba256865c31a64c111144a4c7996ce (
plain
)
1
2
3
ALTER
TABLE
icinga_service
ADD
COLUMN
use_agent
ENUM
(
'y'
,
'n'
)
NOT
NULL
DEFAULT
'n'
;