File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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 destroed and recreated!
99
10- PREV_FBVERSION=" 0.0.1-beta.17 "
11- FBVERSION=" 0.0.1-beta.18 "
10+ PREV_FBVERSION=" 0.0.1-beta.18 "
11+ FBVERSION=" 0.0.1-beta.19 "
1212
1313PGOPTIONS=' --client-min-messages=warning'
1414loadcmd=" psql --no-psqlrc --quiet --echo-all --single-transaction \
Original file line number Diff line number Diff line change 1- fhirbase_version = ()-> ' 0.0.1-beta.18 '
1+ fhirbase_version = ()-> ' 0.0.1-beta.19 '
22
33exports .fhirbase_version = fhirbase_version
44
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/v0.0.1-beta.18 /fhirbase-0.0.1-beta.18 .sql.zip | funzip | psql -d fhir" \
9+ echo " curl --location https://github.com/fhirbase/fhirbase-plv8/releases/download/v0.0.1-beta.19 /fhirbase-0.0.1-beta.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