amatriain/feedbunch

View on GitHub
FeedBunch-app/db/migrate/20190811062618_add_hash_to_entries.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddHashToEntries < ActiveRecord::Migration[5.2]
  def change
    add_column :entries, :content_hash, :text
  end
end