-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
Update type of 'log_data' from blob to longblob #1050
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1050 +/- ##
==========================================
- Coverage 51.27% 50.52% -0.76%
==========================================
Files 81 81
Lines 6157 6249 +92
==========================================
Hits 3157 3157
- Misses 2817 2909 +92
Partials 183 183
Continue to review full report at Codecov.
|
@simmstein only a migration is missing, would you mind to add it? https://woodpecker-ci.org/docs/development/guides#add-a-new-migration if you need help please tell us |
First try in go-lang 🙂 I had the migration task. |
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.
Thanks :)
@simmstein would you mind backporting it? -> just cherry-pick the merge commit onto release branch |
* Update type of 'log_data' from blob to longblob * Add migration task to update log_data type
fix #1022