crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20170501141558_remove_icon_from_article_sections.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RemoveIconFromArticleSections < ActiveRecord::Migration[5.0]
  def change
    remove_column :article_sections, :icon, :string
  end
end