crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20171019092903_remove_location_from_participants.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RemoveLocationFromParticipants < ActiveRecord::Migration[5.1]
  def change
    remove_column :participants, :location, :string
  end
end