amatriain/feedbunch

View on GitHub
FeedBunch-app/db/migrate/20131011143917_remove_unread_count_from_folders.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RemoveUnreadCountFromFolders < ActiveRecord::Migration[5.2]
  def change
    remove_column :folders, :unread_entries
  end
end