Add FILE_MANAGER package installation and rollback scripts; update installation process for compatibility with MARS-828

This commit is contained in:
Grzegorz Michalski
2026-02-23 09:14:20 +01:00
parent 6060f93fde
commit b588b0bb72
8 changed files with 171 additions and 29 deletions

View File

@@ -29,7 +29,8 @@ DECLARE
-- Format: 'SCHEMA.PACKAGE_NAME'
-- ===================================================================
vPackageList t_string_array := t_string_array(
'CT_MRDS.FILE_ARCHIVER'
'CT_MRDS.FILE_ARCHIVER',
'CT_MRDS.FILE_MANAGER'
);
-- ===================================================================