File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 112
112
echo Install Fhirbase into $PGDATABASE .$pg_schema database.
113
113
{ echo " SET search_path TO $pg_schema ;" \
114
114
&& curl --location \
115
- https://github.com/fhirbase/fhirbase-plv8/releases/download/v1.3.0.4 /fhirbase-1.3.0.4 .sql.zip \
115
+ https://github.com/fhirbase/fhirbase-plv8/releases/download/v1.3.0.5 /fhirbase-1.3.0.5 .sql.zip \
116
116
| funzip ; } \
117
117
| psql
118
118
[[ ${PIPESTATUS[0]} -ne 0 || ${PIPESTATUS[1]} -ne 0 ]] && exit 1
Original file line number Diff line number Diff line change 7
7
# DATABASE_URL=postgres://your_user_name:your_password@localhost:5432/fhirbase_build
8
8
# WARNING: `fhirbase_build` database will be destroed and recreated!
9
9
10
- PREV_FBVERSION=" 1.3.0.3 "
11
- FBVERSION=" 1.3.0.4 "
10
+ PREV_FBVERSION=" 1.3.0.4 "
11
+ FBVERSION=" 1.3.0.5 "
12
12
13
13
PGOPTIONS=' --client-min-messages=warning'
14
14
loadcmd=" psql --no-psqlrc --quiet --echo-all --single-transaction \
Original file line number Diff line number Diff line change 1
- fhirbase_version = -> ' 1.3.0.4 '
1
+ fhirbase_version = -> ' 1.3.0.5 '
2
2
3
3
exports .fhirbase_version = fhirbase_version
4
4
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ echo "createuser -s fhir" | sudo -u postgres sh || exit 1
6
6
echo " psql -d postgres -c 'create database fhir'" \
7
7
| sudo -u postgres sh || exit 1
8
8
9
- echo " curl --location https://github.com/fhirbase/fhirbase-plv8/releases/download/v1.3.0.4 /fhirbase-1.3.0.4 .sql.zip | funzip | psql -d fhir" \
9
+ echo " curl --location https://github.com/fhirbase/fhirbase-plv8/releases/download/v1.3.0.5 /fhirbase-1.3.0.5 .sql.zip | funzip | psql -d fhir" \
10
10
| sudo -u postgres sh || exit 1
11
11
12
12
echo " listen_addresses = '*'" \
You can’t perform that action at this time.
0 commit comments