crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20160609145519_fix_view_bug.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def change
    drop_view :participant_challenges
    create_view :participant_challenges, "
    SELECT p.id,
           pc.challenge_id,    -- fk to challenges
Severity: Major
Found in doc/technical/archived_migrations/20160609145519_fix_view_bug.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status