-
Notifications
You must be signed in to change notification settings - Fork 0
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
[NOD-934] fix: add missing fields in various entities #10
Conversation
The default action is to increase the PATCH number of SEMVER. Set IGNORE-FOR-RELEASE if you want to skip SEMVER bump. BREAKING-CHANGE and NEW-RELEASE must be run from GH Actions section manually. |
The default action is to increase the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This pull request does not contain a valid label. Please add one of the following labels: |
Comment this PR with update_code to format the code. Consider to use pre-commit to format the code. |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
This PR contains several changes made on various entities in order to add other fields, not correctly set in previous developments. The fields to be added in the entities refers to the following table columns:
CANALI_NODO.FLAG_STANDIN
CDI_DETAIL.CANALE_APP
CDI_MASTER.URL_INFORMATIVA_PSP
CDI_MASTER.URL_CONVENZIONI_PSP
IBAN.RAGIONE_SOCIALE
INFORMATIVE_PA_MASTER.FK_ICA_BINARY_FILE
PA.CBILL
STAZIONI.PROTOCOLLO_AVV
STAZIONI.ID_AVV
STAZIONI.PORTA_AVV
STAZIONI.SERVIZIO_AVV
STAZIONI.TIMEOUT
STAZIONI.FLAG_STANDIN
List of Changes
Motivation and Context
These changes are required because the migration does not set correctly all the column values in all the tables.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: