Remove `access_level` default from PE deploy access level table
What does this MR do and why?
Removes the default from the access_level
column for the protected_environment_deploy_access_levels
table as part of an effort to resolve some data integrity issues
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
- Migrate your database to the latest version
- Ensure the
access_level
column onprotected_environment_deploy_access_levels
has no default value with\d protected_environment_deploy_access_levels
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #330483 (closed)
Edited by Allen Cook