File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 118118 echo Install Fhirbase into $PGDATABASE .$pg_schema database.
119119 { echo " SET search_path TO $pg_schema ;" \
120120 && curl --location \
121- https://github.com/fhirbase/fhirbase-plv8/releases/download/v1.3.0.18 /fhirbase-1.3.0.18 .sql.zip \
121+ https://github.com/fhirbase/fhirbase-plv8/releases/download/v1.3.0.19 /fhirbase-1.3.0.19 .sql.zip \
122122 | funzip ; } \
123123 | psql
124124 [[ ${PIPESTATUS[0]} -ne 0 || ${PIPESTATUS[1]} -ne 0 ]] && exit 1
Original file line number Diff line number Diff line change 77# DATABASE_URL=postgres://your_user_name:your_password@localhost:5432/fhirbase_build
88# WARNING: `fhirbase_build` database will be destroyed and recreated!
99
10- PREV_FBVERSION=" 1.3.0.17 "
11- FBVERSION=" 1.3.0.18 "
10+ PREV_FBVERSION=" 1.3.0.18 "
11+ FBVERSION=" 1.3.0.19 "
1212
13- PREV_FBRELEASEDATE=" 2016-05-31T23 :00:00Z"
14- FBRELEASEDATE=" 2016-06-01T13 :00:00Z"
13+ PREV_FBRELEASEDATE=" 2016-06-01T13 :00:00Z"
14+ FBRELEASEDATE=" 2016-06-02T09 :00:00Z"
1515
1616PREV_FHIRVERSION=" 1.3.0"
1717FHIRVERSION=" 1.3.0"
Original file line number Diff line number Diff line change 1- fhirbase_version = -> ' 1.3.0.18 '
1+ fhirbase_version = -> ' 1.3.0.19 '
22
33exports .fhirbase_version = fhirbase_version
44
@@ -8,7 +8,7 @@ exports.fhirbase_version.plv8_signature = {
88 immutable : true
99}
1010
11- fhirbase_release_date = -> ' 2016-06-01T13 :00:00Z'
11+ fhirbase_release_date = -> ' 2016-06-02T09 :00:00Z'
1212
1313exports .fhirbase_release_date = fhirbase_release_date
1414
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ echo "createuser -s fhir" | sudo -u postgres sh || exit 1
66echo " psql -d postgres -c 'create database fhir'" \
77 | sudo -u postgres sh || exit 1
88
9- echo " curl --location https://github.com/fhirbase/fhirbase-plv8/releases/download/v1.3.0.18 /fhirbase-1.3.0.18 .sql.zip | funzip | psql -d fhir" \
9+ echo " curl --location https://github.com/fhirbase/fhirbase-plv8/releases/download/v1.3.0.19 /fhirbase-1.3.0.19 .sql.zip | funzip | psql -d fhir" \
1010 | sudo -u postgres sh || exit 1
1111
1212echo " listen_addresses = '*'" \
You can’t perform that action at this time.
0 commit comments