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
6201fb52e4
icingaweb2-module-director
/
schema
/
mysql-legacy-changes
/
upgrade_1.sql
3 lines
99 B
SQL
Raw
Blame
History
ALTER
TABLE
icinga_user
ADD
COLUMN
object_type
ENUM
(
'
object
'
,
'
template
'
)
NOT
NULL
AFTER
zone_id
;
Reference in New Issue
View Git Blame
Copy Permalink