-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix missed migration in #22235 #23482
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #23482 +/- ##
==========================================
+ Coverage 47.14% 47.16% +0.01%
==========================================
Files 1149 1154 +5
Lines 151446 152178 +732
==========================================
+ Hits 71397 71769 +372
- Misses 71611 71938 +327
- Partials 8438 8471 +33
... and 9 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's my fault too. So surprised that I didn't find it when I reviewed it.
How does this affect v1.19.0? |
Have no idea. Since |
Is it possible to backport a migration? |
Not yet. |
Not a good idea. |
Will projects work in v1.19? |
I think yes except some bugs. |
* giteaoffical/main: Add login name and source id for admin user searching API (go-gitea#23376) Fix missed migration in go-gitea#22235 (go-gitea#23482) Disable sending email after push a commit to a closed PR (go-gitea#23462)
No description provided.