diff options
Diffstat (limited to 'policy-db-migrator/src/main/docker/db-migrator-pg')
-rwxr-xr-x | policy-db-migrator/src/main/docker/db-migrator-pg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/policy-db-migrator/src/main/docker/db-migrator-pg b/policy-db-migrator/src/main/docker/db-migrator-pg index 607a86fa..49ed2e61 100755 --- a/policy-db-migrator/src/main/docker/db-migrator-pg +++ b/policy-db-migrator/src/main/docker/db-migrator-pg @@ -4,6 +4,7 @@ # ONAP # ================================================================================ # Copyright (C) 2022 Nordix Foundation. +# Modification Copyright 2024 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -36,11 +37,11 @@ # The nature of the migration directories is dynamic. # A number of environment variables needs to be initialized # prior to running db-migrator. -# These vaiables specifiy the connection details for the database +# These variables specify the connection details for the database # to be upgraded/downgraded. # # The repository of upgrade/downgrade scripts is located in the -# /home/policy/sql directory. +# /home/${SQL_DB}/sql directory. # Two additional scripts have been provided to prepare the directories/files # needed to perform the upgrade/downgrade. # |