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_61.sql
blob: 50d62fd5b02c7c1be68637bb4a4db2cd4df7bb68 (
plain
)
1
2
ALTER
TABLE
icinga_host
DROP
KEY
object_name
,
ADD
UNIQUE
KEY
object_name
(
object_name
);