~cytrogen/masto-fe

ref: 9e59186f78a1b170d4d15197a4bb439f66fd7e8f masto-fe/db/migrate/20170425131920_add_media_attachment_meta.rb -rw-r--r-- 136 bytes
9e59186f — dependabot[bot] Bump glob from 10.2.2 to 10.2.6 (#25083) 2 years ago
                                                                                
1
2
3
4
5
class AddMediaAttachmentMeta < ActiveRecord::Migration[5.0]
  def change
    add_column :media_attachments, :file_meta, :json
  end
end