Details
Assignee
UnassignedUnassignedReporter
MaximMaximStory Points
5Sprint
Priority
MinorParent
Details
Details
Assignee
Unassigned
UnassignedReporter
Maxim
MaximStory Points
5
Sprint
Priority
Parent
PagerDuty
PagerDuty
PagerDuty
Created December 6, 2021 at 6:56 PM
Updated December 8, 2021 at 2:58 PM
Some XSDs are inside plugin jars and it's not part of onms core rpm. In such cases we want liquibase to support "optional" flag to skip the migration if XSD not found.
Existing logic that can search for change-log.xml in classpath: https://github.com/OpenNMS/opennms/blob/develop/core/schema/src/main/java/org/opennms/core/schema/Migrator.java#L1008