Mercurial > hg > soundsoftware-site
view .svn/pristine/b4/b476af493226811e3e20008decd6722599f92278.svn-base @ 1543:05d639e5d59b feature_1136
First cut of a git export script
author | Chris Cannam |
---|---|
date | Tue, 12 Jan 2016 15:15:02 +0000 |
parents | 038ba2d95de8 |
children |
line wrap: on
line source
class UpdateWorkflowsToSti < ActiveRecord::Migration def up WorkflowRule.update_all "type = 'WorkflowTransition'" end def down WorkflowRule.update_all "type = NULL" end end