about summary refs log tree commit diff
path: root/db/migrate/20200306035625_add_processing_to_media_attachments.rb
blob: 131ffa52aedb0d4ae0e3c2094a1bb1fc37226c29 (plain) (blame)
1
2
3
4
5
class AddProcessingToMediaAttachments < ActiveRecord::Migration[5.2]
  def change
    add_column :media_attachments, :processing, :integer
  end
end