class AddEncodingToAttachments < ActiveRecord::Migration
tag :predeploy
def self.up
add_column :attachments, :encoding, :string
end
def self.down
remove_column :attachments, :encoding