1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-03-02 06:23:47 -05:00
tootlab-mastodon/db/migrate/20170425131920_add_media_attachment_meta.rb

8 lines
167 B
Ruby

# frozen_string_literal: true
class AddMediaAttachmentMeta < ActiveRecord::Migration[5.0]
def change
add_column :media_attachments, :file_meta, :json
end
end