Skip to content

Update db/structure.sql with missing check constraint

What does this MR do?

With db/migrate/20201021085007_create_analytics_devops_adoption_segments.rb in !45748 (merged) we created a new table analytics_devops_adoption_segments with max length constraint on column name but we missed it in db/structure.sql .

This MR is fixing this.

See !45748 (comment 440333331).

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Krasimir Angelov

Merge request reports