1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-24 23:26:42 +09:00
YuruToot/db/migrate/20221012181003_add_blurhash_to_site_uploads.rb
2022-10-13 11:29:19 +02:00

6 lines
134 B
Ruby

class AddBlurhashToSiteUploads < ActiveRecord::Migration[6.1]
def change
add_column :site_uploads, :blurhash, :string
end
end