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 118
118
echo Install Fhirbase into $PGDATABASE .$pg_schema database.
119
119
{ echo " SET search_path TO $pg_schema ;" \
120
120
&& curl --location \
121
- https://github.com/fhirbase/fhirbase-plv8/releases/download/v1.3.0.23 /fhirbase-1.3.0.23 .sql.zip \
121
+ https://github.com/fhirbase/fhirbase-plv8/releases/download/v1.3.0.24 /fhirbase-1.3.0.24 .sql.zip \
122
122
| funzip ; } \
123
123
| psql
124
124
[[ ${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 destroyed and recreated!
9
9
10
- PREV_FBVERSION=" 1.3.0.22 "
11
- FBVERSION=" 1.3.0.23 "
10
+ PREV_FBVERSION=" 1.3.0.23 "
11
+ FBVERSION=" 1.3.0.24 "
12
12
13
- PREV_FBRELEASEDATE=" 2016-06-08T17 :00:00Z"
14
- FBRELEASEDATE=" 2016-06-09T11 :00:00Z"
13
+ PREV_FBRELEASEDATE=" 2016-06-09T11 :00:00Z"
14
+ FBRELEASEDATE=" 2016-07-01T09 :00:00Z"
15
15
16
16
PREV_FHIRVERSION=" 1.3.0"
17
17
FHIRVERSION=" 1.3.0"
Original file line number Diff line number Diff line change 1
- fhirbase_version = -> ' 1.3.0.23 '
1
+ fhirbase_version = -> ' 1.3.0.24 '
2
2
3
3
exports .fhirbase_version = fhirbase_version
4
4
@@ -8,7 +8,7 @@ exports.fhirbase_version.plv8_signature = {
8
8
immutable : true
9
9
}
10
10
11
- fhirbase_release_date = -> ' 2016-06-09T11 :00:00Z'
11
+ fhirbase_release_date = -> ' 2016-07-01T09 :00:00Z'
12
12
13
13
exports .fhirbase_release_date = fhirbase_release_date
14
14
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.23 /fhirbase-1.3.0.23 .sql.zip | funzip | psql -d fhir" \
9
+ echo " curl --location https://github.com/fhirbase/fhirbase-plv8/releases/download/v1.3.0.24 /fhirbase-1.3.0.24 .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