12 changed files with 50 additions and 24 deletions
@ -0,0 +1,5 @@
|
||||
class AddBlurhashToSiteUploads < ActiveRecord::Migration[6.1] |
||||
def change |
||||
add_column :site_uploads, :blurhash, :string |
||||
end |
||||
end |
||||
Loading…
Reference in new issue