mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
6 lines
145 B
Ruby
6 lines
145 B
Ruby
class AddProjectPrAdmin < ActiveRecord::Migration[5.2]
|
|
def change
|
|
add_column :projects, :pr_view_admin, :boolean, default: false
|
|
end
|
|
end
|