-
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
New drop schema options don't work for Oauth and JBatch schemas #1167
Comments
Related to this... #1129 |
the code underneath is not implemented, when 1129 is implemented it should resolve the above as well |
I think this one is a little different. |
Just for curiosity... Is this also related to #1795? |
PR #2775 addresses the drop. The tags were missing. |
With the latest changes to main, the fhir_jbatch and fhir_oauth schemas are cleaned out. No tables remain in those schemas now with the --drop-schema-batch and --drop-schema-oauth. But the actual schema is not dropped. closing this issue. and opening a new issue for empty schemas not being dropped. |
Describe the bug
For 4.2.2 we introduced
--drop-schema-fhir
,--drop-schema-oauth
, and--drop-schema-batch
actions on the fhir-persistence-schema cli app.However, based on the current implementation, it seems like the
--drop-schema-oauth
and--drop-schema-batch
options don't work.To Reproduce
Steps to reproduce the behavior:
java -jar ./fhir-persistence-schema-${VERSION}-cli.jar --prop-file db2.properties --schema-name FHIRDATA --create-schemas
java -jar ./fhir-persistence-schema-${VERSION}-cli.jar --prop-file db2.properties --drop-schema --drop-schema-oauth --drop-schema-batch --confirm-drop
Expected behavior
It drops the FHIR_OAUTH and FHIR_JBATCH schemas.
The text was updated successfully, but these errors were encountered: