This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
icingaweb2-module-director
mirror of
https://github.com/Icinga/icingaweb2-module-director.git
Watch
1
Star
0
Fork
You've already forked icingaweb2-module-director
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c5e25cdcc7
icingaweb2-module-director
/
schema
/
mysql-legacy-changes
/
upgrade_59.sql
4 lines
88 B
SQL
Raw
Blame
History
ALTER
TABLE
icinga_service
ADD
COLUMN
use_agent
ENUM
(
'
y
'
,
'
n
'
)
NOT
NULL
DEFAULT
'
n
'
;
Reference in New Issue
View Git Blame
Copy Permalink