From 9b1cd6cd5c22f45623da81c3f9b6b69efc03a274 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Fri, 15 May 2020 05:45:01 -0400 Subject: [PATCH] Add changelog --- .../hapi/fhir/changelog/5_0_1/1847-add-missing-index.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_1/1847-add-missing-index.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_1/1847-add-missing-index.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_1/1847-add-missing-index.yaml new file mode 100644 index 00000000000..0c845f48597 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_1/1847-add-missing-index.yaml @@ -0,0 +1,6 @@ +--- +type: fix +issue: 1847 +title: "Issue #1849 added two new search columns for date SearchParameters that are used to provide searching + at the day granularity in a timezone independent way. These new columns require a new database index that + was missed in the original merge."