Skip to content

Fixes bug where mirror trigger builds is nil at project create.

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2756 introduced a bug where when we create a Project and mirror_trigger_builds is not set we violate a DB constraint that does not allow that field to be set to nil

Merge request reports