-
-
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 migration v141 #14387
Fix migration v141 #14387
Conversation
Backport: #14388 |
Codecov Report
@@ Coverage Diff @@
## master #14387 +/- ##
==========================================
- Coverage 41.76% 41.74% -0.03%
==========================================
Files 748 749 +1
Lines 80103 80171 +68
==========================================
+ Hits 33455 33465 +10
- Misses 41125 41187 +62
+ Partials 5523 5519 -4
Continue to review full report at Codecov.
|
I think we should add a doctor command to deal with the nulls |
Isn't it possible to use alter to change not null and default? |
A recreate is dangerous that I don't think we should do that frequently. Or we could make this as a doctor command and mention user should back up some tables. |
f347e5b
to
cd117e5
Compare
5793547
to
7ad2a22
Compare
@techknowlogick now it use the |
@zeripath now this cause somehow a DB deadlock :/ So It's not near to be done :( |
. |
make filed same as in models ...
fix #14069