????

Your IP : 3.137.168.13


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20090704172358_add_member_roles_inherited_from.rb

class AddMemberRolesInheritedFrom < ActiveRecord::Migration[4.2]
  def self.up
    add_column :member_roles, :inherited_from, :integer
  end

  def self.down
    remove_column :member_roles, :inherited_from
  end
end