????

Your IP : 3.20.240.115


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20120714122100_update_workflows_to_sti.rb

class UpdateWorkflowsToSti < ActiveRecord::Migration[4.2]
  def up
    WorkflowRule.update_all "type = 'WorkflowTransition'"
  end

  def down
    WorkflowRule.update_all "type = NULL"
  end
end