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_11.sql
blob: 8aaf71a29cd0012787b57307c84d2e203b75a231 (
plain
)
1
ALTER
TABLE
icinga_zone
ADD
is_global
ENUM
(
'y'
,
'n'
)
NOT
NULL
DEFAULT
'n'
AFTER
object_type
;