mirror of https://github.com/mastodon/mastodon
parent
a415f44fd1
commit
346d9b3d2e
@ -0,0 +1,5 @@
|
||||
class AddBlurhashToPreviewCards < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :preview_cards, :blurhash, :string
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue