mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-19 03:55:16 +00:00
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>