crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20160311075349_remove_withdrawn.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RemoveWithdrawn < ActiveRecord::Migration
  def change
    remove_column :submissions, :withdrawn
    remove_column :submissions, :withdrawn_date
  end
end