mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-04-15 21:59:47 -04:00
CompatService: Add missing legacy column action_url
This commit is contained in:
parent
286a13341c
commit
bc4e754487
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ class CompatService extends Service
|
|||
'type' => 'bool'
|
||||
],
|
||||
'service_action_url' => ['path' => ['action_url', 'action_url']],
|
||||
'action_url' => ['path' => ['action_url', 'action_url']],
|
||||
'service_active_checks_enabled' => [
|
||||
'path' => ['active_checks_enabled'],
|
||||
'type' => 'bool'
|
||||
|
|
|
|||
Loading…
Reference in a new issue