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
8f841d28ae
icingaweb2-module-director
/
schema
/
mysql-changes
/
upgrade_11.sql
2 lines
93 B
SQL
Raw
Blame
History
ALTER
TABLE
icinga_zone
ADD
is_global
ENUM
(
'
y
'
,
'
n
'
)
NOT
NULL
DEFAULT
'
n
'
AFTER
object_type
;
Reference in New Issue
View Git Blame
Copy Permalink