Commit ff13066e authored by Frank Bergmann's avatar Frank Bergmann

- Added a few filestorage pathes

parent aadc7d13
......@@ -105,6 +105,39 @@ db_dml update "
)
"
db_dml update "
update apm_parameter_values
set attr_value = '/web/$server_name/filestorage/conf_items'
where parameter_id in (
select parameter_id
from apm_parameters
where parameter_name = 'ConfItemBasePathUnix'
)
"
db_dml update "
update apm_parameter_values
set attr_value = '/web/$server_name/filestorage/events'
where parameter_id in (
select parameter_id
from apm_parameters
where parameter_name = 'EventBasePathUnix'
)
"
db_dml update "
update apm_parameter_values
set attr_value = '/web/$server_name/filestorage/risks'
where parameter_id in (
select parameter_id
from apm_parameters
where parameter_name = 'RiskBasePathUnix'
)
"
db_dml update "
update apm_parameter_values
set attr_value = '/web/$server_name/filestorage/home'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment