-
Notifications
You must be signed in to change notification settings - Fork 5
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(install): fix error when creating audit table #288
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #288 +/- ##
============================================
- Coverage 52.57% 49.30% -3.27%
+ Complexity 709 602 -107
============================================
Files 152 151 -1
Lines 4234 3896 -338
Branches 55 55
============================================
- Hits 2226 1921 -305
+ Misses 1953 1920 -33
Partials 55 55
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PDK upgrade summary♻️ The following packages were upgraded (from cache):
|
cf93884
to
3b1c426
Compare
3b1c426
to
d344158
Compare
d344158
to
d95c5b1
Compare
✅ Build successful! You can find a link to the downloadable artifact below.
|
fixes a duplicate column error when attempting to create the audit database table on install or upgrade
d95c5b1
to
cc2b2d4
Compare
🎉 This PR is included in version 4.2.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
fixes a duplicate column error when attempting to create the audit database table on install or upgrade, which potentially also blocks other database migrations from being executed
fixes INT-735, #287