Mercurial > hg > soundsoftware-site
view .svn/pristine/34/345622a2bbb9659bb7cca2675ef8c8ee055a16f0.svn-base @ 1151:a3cb7444c9bd redmine-2.2-integration
html output in parent project link
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 15 Jan 2013 12:26:20 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class AddMemberRolesInheritedFrom < ActiveRecord::Migration def self.up add_column :member_roles, :inherited_from, :integer end def self.down remove_column :member_roles, :inherited_from end end