diff --git a/CHANGELOG.md b/CHANGELOG.md index 214982f3..28b62ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.9.53] - 2024-09-06 + +### Fixed + +- Fixed view names in export + ## [0.9.52] - 2024-08-30 ### Fixed diff --git a/dump_views.sh b/dump_views.sh index 306abfdd..dd28756e 100755 --- a/dump_views.sh +++ b/dump_views.sh @@ -10,7 +10,6 @@ views=$(docker exec -i postgres-container psql -t -U postgres -d hapi -c \ for view in $views do - view=${view::-1} if [[ -z "$view" ]]; then continue fi