Sha256: 672abd01009cb151fcfe8301c2ff21a761efd5db3603da1ce71dc53df1a75f3a
Contents?: true
Size: 190 Bytes
Versions: 34
Compression:
Stored size: 190 Bytes
Contents
class UpdateWorkflowsToSti < ActiveRecord::Migration def up WorkflowRule.update_all "type = 'WorkflowTransition'" end def down WorkflowRule.update_all "type = NULL" end end
Version data entries
34 entries across 34 versions & 1 rubygems