mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-16 23:18:56 +08:00
PR数据访问权限控制
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddUserActionIndex < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :projects, :pr_view_admin, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user