Skip to content

Commit 8b3f00a

Browse files
Merge pull request #26 from OCHA-DAP/main
Update view names
2 parents 9ff6888 + 4a40240 commit 8b3f00a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.9.53] - 2024-09-06
8+
9+
### Fixed
10+
11+
- Fixed view names in export
12+
713
## [0.9.52] - 2024-08-30
814

915
### Fixed

dump_views.sh

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ views=$(docker exec -i postgres-container psql -t -U postgres -d hapi -c \
1010

1111
for view in $views
1212
do
13-
view=${view::-1}
1413
if [[ -z "$view" ]]; then
1514
continue
1615
fi

0 commit comments

Comments
 (0)