Skip to content

Remove `access_level` default from PE deploy access level table

Allen Cook requested to merge 330483-remove-pe-access-level-default into master

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

  1. Migrate your database to the latest version
  2. Ensure the access_level column on protected_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.

Related to #330483 (closed)

Edited by Allen Cook

Merge request reports