##// END OF EJS Templates
Renames commit access permission migration....
Jean-Philippe Lang -
r1810:7608eb4162cb
parent child
Show More
@@ -1,4 +1,4
1 class AddRepositoryWriteAccess < ActiveRecord::Migration
1 class AddCommitAccessPermission < ActiveRecord::Migration
2
2
3 def self.up
3 def self.up
4 Role.find(:all).select { |r| not r.builtin? }.each do |r|
4 Role.find(:all).select { |r| not r.builtin? }.each do |r|
General Comments 0
You need to be logged in to leave comments. Login now