????

Your IP : 3.144.6.159


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20090503121510_drop_members_role_id.rb

class DropMembersRoleId < ActiveRecord::Migration[4.2]
  def self.up
    remove_column :members, :role_id
  end

  def self.down
    raise ActiveRecord::IrreversibleMigration
  end
end