-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add missing migrations for columns on repository and user #9861
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9861 +/- ##
==========================================
- Coverage 42.3% 42.27% -0.04%
==========================================
Files 605 605
Lines 79151 79242 +91
==========================================
+ Hits 33485 33497 +12
- Misses 41540 41615 +75
- Partials 4126 4130 +4
Continue to review full report at Codecov.
|
The columns are not missing but migrations maybe missed. |
Sorry, bad wording of the PR title. Changed. |
think it can go in now |
make lg-tm work |
Working in #9787 I've found that there are some columns in
repository
anduser
which have no migration step. For my PR I need these columns to exists before starting the main process, so I've created a migration step for them.