mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 07:44:25 +00:00
718e0db12e
Backport #17475 The underlying problem in #17328 appears to be that users are re-running the install page during upgrades. The function that tests and creates the db did not intend for this and thus instead the migration scripts being run - a simple sync tables occurs. This then causes a weird partially migrated DB which causes, in this release cycle, the duplicate column in task table error. It is likely the cause of some weird partial migration errors in other cycles too. This PR simply ensures that the migration scripts are also run at this point too. Fix #17328 Signed-off-by: Andrew Thornton <art27@cantab.net> |
||
---|---|---|
.. | ||
install.go | ||
routes_test.go | ||
routes.go | ||
setting.go |