mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 14:07:55 -09:00
99283415bc
The "mirror" table and "repository" table might be out-of-sync in some cases. It means that "IsMirror=true" but "Mirror=nil" This PR removes unnecessary "Mirror" field, rename "Mirror" to "PullMirror" and fix nil panic bug. Screenshot of changed templates:  