-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 Set key
, version
and label
columns as temporarily nullable
#7067
🐛 Set key
, version
and label
columns as temporarily nullable
#7067
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7067 +/- ##
==========================================
+ Coverage 85.57% 88.59% +3.02%
==========================================
Files 1634 1395 -239
Lines 64261 56017 -8244
Branches 2050 902 -1148
==========================================
- Hits 54992 49631 -5361
+ Misses 8932 6229 -2703
+ Partials 337 157 -180
Continue to review full report in Codecov by Sentry.
|
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 fixed my deployment 👌
What do these changes do?
Fix an issue when migrating a DB with already existing
project_nodes
in it.Related issue/s
workbench
fromprojects
toprojects_nodes
table 🗃️ #7010How to test
Dev-ops checklist