about summary refs log tree commit diff
path: root/db/migrate/20211115032527_add_trendable_to_preview_cards.rb
blob: 87bf3d7a231b57d18050dfaa6fb2e1a32f66b634 (plain) (blame)
1
2
3
4
5
class AddTrendableToPreviewCards < ActiveRecord::Migration[6.1]
  def change
    add_column :preview_cards, :trendable, :boolean
  end
end