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
pitpalme eacce14546
Fix delete-orphaned-repos (#28200)
gitea doctor failed at checking and fixing 'delete-orphaned-repos',
because table name 'user' needs quoting to be correctly recognized by at
least PostgreSQL.

fixes #28199
1 year ago
..
authorizedkeys.go Another round of `db.DefaultContext` refactor (#27103) 1 year ago
breaking.go
checkOldArchives.go
dbconsistency.go Remove action runners on user deletion (#27902) 1 year ago
dbversion.go
doctor.go Refactor path & config system (#25330) 2 years ago
fix8312.go
fix16961.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
fix16961_test.go
heads.go
lfs.go
mergebase.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
misc.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
paths.go
repository.go Fix delete-orphaned-repos (#28200) 1 year ago
storage.go
usertype.go