mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-26 12:12:43 +00:00
5 lines
136 B
Ruby
5 lines
136 B
Ruby
class AddBlurhashToPreviewCards < ActiveRecord::Migration[5.2]
|
|
def change
|
|
add_column :preview_cards, :blurhash, :string
|
|
end
|
|
end
|