diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-09-19 03:59:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 22:59:19 +0300 |
commit | e644cc9448a9271bba9789507dcef0984ac02d7f (patch) | |
tree | 0f2df72b86a253272f855139c10c455bcb5909d3 /templates/repo/issue/choose.tmpl | |
parent | 323135b97b219d7fb10557fb9d9156c6bef3ae62 (diff) | |
download | gitea-e644cc9448a9271bba9789507dcef0984ac02d7f.tar.gz gitea-e644cc9448a9271bba9789507dcef0984ac02d7f.zip |
Fix wrong xorm get usage on migration (#27111)
Fix the bug on try.gitea.io
```log
2023/09/18 01:48:41 ...ations/migrations.go:635:Migrate() [I] Migration[276]: Add RemoteAddress to mirrors
2023/09/18 01:48:41 routers/common/db.go:34:InitDBEngine() [E] ORM engine initialization attempt #7/10 failed. Error: migrate: migration[276]: Add RemoteAddress to mirrors failed: exit status 128 - fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
```
Caused by #26952
---------
Co-authored-by: Jason Song <i@wolfogre.com>
Diffstat (limited to 'templates/repo/issue/choose.tmpl')
0 files changed, 0 insertions, 0 deletions