Skip to content

Commit

Permalink
Update migration-script-ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JayanaGunaweera01 committed Jun 28, 2023
1 parent 8ebce5a commit 763acfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ wait $!
# Execute consent management db scripts for IS 5.11.0 - PostgreSQL
if [ "$migratingVersion" = "5.11.0" && "$database" = "postgres" ]; then
# Add the command for executing PostgreSQL script on Ubuntu here
echo "${GREEN}==> Executing consent management db scripts for IS 5.11.0 - PostgreSQL (Ubuntu)${RESET}"
echo "${GREEN}==> Executing consent management db scripts for IS 5.11.0 - PostgreSQL-Ubuntu${RESET}"
else
echo "${GREEN}==> Skipping executing consent management db scripts since the migrating version is not IS 5.11.0"$database" ${RESET}"
fi
Expand Down

0 comments on commit 763acfc

Please sign in to comment.