~cytrogen/masto-fe

ref: 9b2bc3d1de301c686208b43a8efef5bc808f8e4e masto-fe/db/migrate/20200605155027_add_blurhash_to_preview_cards.rb -rw-r--r-- 167 bytes
9b2bc3d1 — Eugen Rochko Add recent searches in web UI (#26834) 2 years ago
                                                                                
1
2
3
4
5
6
7
# frozen_string_literal: true

class AddBlurhashToPreviewCards < ActiveRecord::Migration[5.2]
  def change
    add_column :preview_cards, :blurhash, :string
  end
end