opf/openproject

View on GitHub
modules/github_integration/db/migrate/20210407110000_github_integration_models.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def change
    # see https://docs.github.com/en/rest/reference/pulls
    create_table :github_pull_requests do |t|
      t.references :github_user
      t.references :merged_by

    There are no issues that match your filters.

    Category
    Status