PR数据访问权限控制

This commit is contained in:
xxqfamous 2023-05-30 14:47:46 +08:00
parent 712fe34c12
commit f5c3fe2b8d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class AddUserActionIndex < ActiveRecord::Migration[5.2]
class AddProjectPrAdmin < ActiveRecord::Migration[5.2]
def change
add_column :projects, :pr_view_admin, :boolean, default: false
end