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.
forgejo/modules/doctor
zeripath 070c57867d
Fix postgres ID sequences broken by recreate-table (#15015)
* Fix postgres ID sequences broken by recreate-table

Unfortunately there is a subtle problem with recreatetable on postgres which
leads to the sequences not being renamed and not being left at 0.

Fix #14725

Signed-off-by: Andrew Thornton <art27@cantab.net>

* let us try information_schema instead

Signed-off-by: Andrew Thornton <art27@cantab.net>

* try again

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: 6543 <6543@obermui.de>
3 years ago
..
authorizedkeys.go Refactor doctor (#12264) 4 years ago
dbconsistency.go Fix postgres ID sequences broken by recreate-table (#15015) 3 years ago
dbversion.go Refactor doctor (#12264) 4 years ago
doctor.go Refactor doctor (#12264) 4 years ago
mergebase.go Refactor doctor (#12264) 4 years ago
misc.go Refactor doctor (#12264) 4 years ago
paths.go Refactor doctor (#12264) 4 years ago
usertype.go Add Doctor FixWrongUserType (#14522) 3 years ago