Gab-Social/db/migrate/20170425131920_add_media_attachment_meta.rb

6 lines
136 B
Ruby
Raw Normal View History

2019-07-02 07:10:25 +00:00
class AddMediaAttachmentMeta < ActiveRecord::Migration[5.0]
def change
add_column :media_attachments, :file_meta, :json
end
end