crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20180419115251_create_challenge_organizer_participants.rb

Summary

Maintainability
A
0 mins
Test Coverage
class CreateChallengeOrganizerParticipants < ActiveRecord::Migration[5.0]
  def change
    create_view :challenge_organizer_participants, materialized: true
  end
end