crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20171103150833_create_participant_challenge_counts.rb

Summary

Maintainability
A
0 mins
Test Coverage
class CreateParticipantChallengeCounts < ActiveRecord::Migration[5.0]
  def change
    create_view :participant_challenge_counts
  end
end