diff options
author | Joe Chen <jc@unknwon.io> | 2023-02-14 22:44:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-14 22:44:23 +0800 |
commit | 0f8c71d3b3fb55b2dad798dcd7594845e5dbe038 (patch) | |
tree | 10a1e87af2b630923c49b6d5a5f2e9ede78aba04 /CHANGELOG.md | |
parent | 8f9895acaf43c0141269956aa174d91b7346d5a4 (diff) |
fix(migration): skip v20 if column `sha256` already exists (#7354)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c8180a80..279db715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ All notable changes to Gogs are documented in this file. - Unable to choose "Lookup Avatar by mail" in user settings without deleting custom avatar. [#7267](https://github.com/gogs/gogs/pull/7267) - Mistakenly include the "data" directory under the custom directory in the Docker setup. [#7343](https://github.com/gogs/gogs/pull/7343) - Unable to render repository pages with implicit submodules (e.g. `get submodule "REDACTED": revision does not exist`). [#6436](https://github.com/gogs/gogs/issues/6436) +- Unable to start after data recovery with an outdated migration version. [#7125](https://github.com/gogs/gogs/issues/7125) ### Removed |