crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20160407112710_rename_user_to_participant.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def change
    drop_view :leaderboards
    rename_table :users, :participants
    rename_table :team_users, :team_participants
    rename_column :team_participants, :user_id, :participant_id

    There are no issues that match your filters.

    Category
    Status