-
Notifications
You must be signed in to change notification settings - Fork 3
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
ORV2-1463 Rename DB table and cols to meet MOTI recommendations #668
Conversation
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.
Looks good, tested from DB side and all works as expected
7344fc9
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Description
Please provide a summary of the change and the issue fixed. Please include relevant context. List dependency changes.
Rename DB table and cols to meet MOTI recommendations
ORBC_VT_COUNTRY -> ORBC_COUNTRY_TYPE
ORBC_VT_PROVINCE -> ORBC_PROVINCE_TYPE
ORBC_VT_PAYMENT_METHOD -> ORBC_PAYMENT_METHOD_TYPE
ORBC_VT_PERMIT_APPLICATION_ORIGIN -> ORBC_PERMIT_APPLICATION_ORIGIN_TYPE
ORBC_VT_PERMIT_APPROVAL_SOURCE -> ORBC_PERMIT_APPROVAL_SOURCE_TYPE
ORBC_VT_PERMIT_TYPE -> ORBC_PERMIT_TYPE
ORBC_VT_POWER_UNIT_TYPE -> ORBC_POWER_UNIT_TYPE
ORBC_VT_TRAILER_TYPE -> ORBC_TRAILER_TYPE
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist
Further comments
Thanks for the PR!
Any successful deployments (not always required) will be available below.
Backend - Vehicles available
Backend - DOPS available
Frontend available
Once merged, code will be promoted and handed off to following workflow run.
Main Merge Workflow