Skip to content

Commit

Permalink
feat: add 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tscuite committed Mar 11, 2023
1 parent dcbc992 commit b88625c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/docker-compose/dtctl
Original file line number Diff line number Diff line change
Expand Up @@ -1211,6 +1211,12 @@ if [ ! 0 == $# ]; then # If options provided then
else
Info "mysql character set check completed OK!!"
fi
if [ $TO_VERSION = 1.9.3 ]; then
Info "token edit OK!!"
docker exec -i $server_container_id /bin/bash -c "python manage.py updatedepartmenttoken"
else
Info "token OK!!"
fi
if [[ $(first_gt_second $TO_VERSION 1.8.6) == true ]]; then
docker exec -i $server_container_id /bin/bash -c "python manage.py load_hook_strategy" 2> /dev/null
Info "Refresh rule complete OK!!"
Expand Down

0 comments on commit b88625c

Please sign in to comment.