Skip to content

Commit 1a2674a

Browse files
committed
Fix the migration version of 20221214173537_add_select_project_publicity_permission.rb (#38048, #38210).
git-svn-id: https://svn.redmine.org/redmine/trunk@22074 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 874cea2 commit 1a2674a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20221214173537_add_select_project_publicity_permission.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class AddSelectProjectPublicityPermission < ActiveRecord::Migration[5.2]
1+
class AddSelectProjectPublicityPermission < ActiveRecord::Migration[6.1]
22
def up
33
Role.find_each do |r|
44
r.add_permission!(:select_project_publicity) if r.permissions.include?(:edit_project)

0 commit comments

Comments
 (0)