opf/openproject

View on GitHub
modules/gitlab_integration/db/migrate/20211015110000_gitlab_integration_models.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method change has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def change
    create_table :gitlab_merge_requests do |t|
      t.references :gitlab_user
      t.references :merged_by

    There are no issues that match your filters.

    Category
    Status