Mercurial > hg > soundsoftware-site
view .svn/pristine/a8/a875b1242d4fb7e782c3346d0b526f2ad9b74108.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 DropMembersRoleId < ActiveRecord::Migration def self.up remove_column :members, :role_id end def self.down raise IrreversibleMigration end end