-
-
Notifications
You must be signed in to change notification settings - Fork 6
Add default table names #44
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
arogachev
commented
Sep 13, 2023
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ❌ |
Breaks BC? | ❌ |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #44 +/- ##
============================================
- Coverage 99.42% 99.04% -0.39%
- Complexity 123 126 +3
============================================
Files 9 9
Lines 518 521 +3
============================================
+ Hits 515 516 +1
- Misses 3 5 +2
☔ View full report in Codecov by Sentry. |
PR Summary
These changes overall enhance the code's readability, maintainability, and consistency across various components of the system and between different types of databases. It will be easier to track and modify table names as they are now centrally referenced in the 'DbSchemaManager'. |