????

Your IP : 3.135.220.9


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20121213084931_add_attachments_disk_directory.rb

class AddAttachmentsDiskDirectory < ActiveRecord::Migration[4.2]
  def up
    add_column :attachments, :disk_directory, :string
  end

  def down
    remove_column :attachments, :disk_directory
  end
end