You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/doctor
yp05327 60ca3d04a4
Add fix incorrect can_create_org_repo for org owner team (#26683)
Related to: #8312 #26491

In migration v109, we only added a new column `CanCreateOrgRepo` in Team
table, but not initial the value of it.
This may cause bug like #26491.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
1 year ago
..
authorizedkeys.go
breaking.go
checkOldArchives.go
dbconsistency.go
dbversion.go
doctor.go Refactor path & config system (#25330) 2 years ago
fix8312.go Add fix incorrect can_create_org_repo for org owner team (#26683) 1 year ago
fix16961.go Less naked returns (#25713) 2 years ago
fix16961_test.go
heads.go
lfs.go Simplify the LFS GC logger usage (#25717) 2 years ago
mergebase.go
misc.go Upgrade go dependencies (#25819) 2 years ago
paths.go Refactor path & config system (#25330) 2 years ago
storage.go Check LFS/Packages settings in dump and doctor command (#23631) 2 years ago
usertype.go