????

Your IP : 3.144.41.22


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20130202090625_add_projects_inherit_members.rb

class AddProjectsInheritMembers < ActiveRecord::Migration[4.2]
  def up
    add_column :projects, :inherit_members, :boolean, :default => false, :null => false
  end

  def down
    remove_column :projects, :inherit_members
  end
end