about summary refs log tree commit diff
path: root/db/migrate/20200605155027_add_blurhash_to_preview_cards.rb
blob: dc4b7a984998df5d397be5205697e9b09fc6917e (plain) (blame)
1
2
3
4
5
class AddBlurhashToPreviewCards < ActiveRecord::Migration[5.2]
  def change
    add_column :preview_cards, :blurhash, :string
  end
end