1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-11 03:33:07 +00:00

Renames commit access permission migration.

git-svn-id: http://redmine.rubyforge.org/svn/branches/nbc@1812 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-09-13 16:27:30 +00:00
parent 0b74888fb8
commit 7608eb4162

View File

@ -1,4 +1,4 @@
class AddRepositoryWriteAccess < ActiveRecord::Migration
class AddCommitAccessPermission < ActiveRecord::Migration
def self.up
Role.find(:all).select { |r| not r.builtin? }.each do |r|