crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20170515114626_reordercols3.rb

Summary

Maintainability
B
4 hrs
Test Coverage

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

  def change
    execute "drop view participant_challenges;"
    add_column :challenges, :description_markdownx, :text, after: :end_time
    add_column :challenges, :descriptionx, :text, after: :description_markdownx
    add_column :challenges, :evaluation_markdownx, :text, after: :descriptionx
Severity: Major
Found in doc/technical/archived_migrations/20170515114626_reordercols3.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status