Add no known allergy concept UUID as global property - #324
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis pull request introduces a single Liquibase database migration that adds a global property configuration for an allergy concept UUID. The changeSet is conditionally executed only when the property does not already exist, ensuring idempotent deployment across environments. ChangesAllergy Concept Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
allergy.concept.noKnownAllergyUuidvia a Liquibase changeset inbahmnicore-omodChanges
bahmnicore-omod/src/main/resources/liquibase.xml: adds changesetbahmni-core-202601151218with a pre-condition guard (MARK_RANif property already exists)Test plan
allergy.concept.noKnownAllergyUuidappears in OpenMRS global properties after startupMARK_RAN) without errorSummary by CodeRabbit