EIP1-11111: add register check database objects to ems schema #108
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
As part of merging the Register Checker API and EMS Integration API into a single EMS Integration API the register_checker db schema objects need to be added to the ems_integration_application schema. This changeset has added new db changelog files in
eip-ero-ems-integration-api
repository that include the register_checker db objects.JIRA item
https://mhclgdigital.atlassian.net/browse/EIP1-11111
Steps that were followed to verify the migration
database
container and, on a clean schema, run anupdate
migration of these changes to produce a "merged"ems_integration_application
-plus-register_checker
schema.register_checker
db schema,, generate adiff-changelog
of the differences to the newems_integration_application
-plus-register_checker
schema. This should show the addition of ems_integration objects.ems_integration_application
schema, run anupdate
migration of themain
branch changelogs on the schema to populate it with the old set of objects.diff-changelog
of the differences to the oldems_integration_application
schema. This should show no common objects except anaddress
table.changelog-rc-as-ref-schema-11111.xml.txt
changelog-rc-as-ref-schema-main.xml.txt