1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-01 03:48:24 +00:00
Files
gitea/models/migrations/migrations.go
zeripath 909f2be99d Fix postgres ID sequences broken by recreate-table (#15015) (#15029)
Backport #15015

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>
2021-03-19 04:23:58 +01:00

29 KiB