CompatService: Add missing legacy column action_url

This commit is contained in:
Johannes Meyer 2021-05-07 14:32:08 +02:00
parent 286a13341c
commit bc4e754487

View file

@ -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'