logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

20170425131920_add_media_attachment_meta.rb (136B)


  1. class AddMediaAttachmentMeta < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :media_attachments, :file_meta, :json
  4. end
  5. end