-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add warning to fhir-persistence-schema about the plan to remove the Resource and DomainResource table groups #2445
Comments
Confirming the full list of tables to be "deprecated": DOMAINRESOURCE_DATE_VALUES There's a few other tables that start with RESOURCE_xxxx, but those should remain. |
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
Yes, that looks right to me. |
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
Issue #2445 - Log warning messages about deprecated tables
QA results for Postgres.
|
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
Issue #2445 - Log warning messages about deprecated tables
Is your feature request related to a problem? Please describe.
We plan to remove these tables under #713 but we don't want to break anyone that might be using these tables for something (though our schema does not).
Therefore lets do just a warning in 4.9 and save the actual removal for a future release.
Describe the solution you'd like
In 4.9.0 release notes, add a note under the "deprecated" section that we plan to remove the Resource and DomainResource tables in the next minor release (e.g. 4.10).
Add warning in fhir-persistence-schema output stating that we plan to delete data in the next release.
Describe alternatives you've considered
Just don't do it
Acceptance Criteria
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
The text was updated successfully, but these errors were encountered: