logo

mastofe

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

20170927215609_add_description_to_media_attachments.rb (148B)


  1. class AddDescriptionToMediaAttachments < ActiveRecord::Migration[5.1]
  2. def change
  3. add_column :media_attachments, :description, :text
  4. end
  5. end