????

Your IP : 3.142.124.139


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20120714122000_add_workflows_type.rb

class AddWorkflowsType < ActiveRecord::Migration[4.2]
  def up
    add_column :workflows, :type, :string, :limit => 30
  end

  def down
    remove_column :workflows, :type
  end
end