-
Notifications
You must be signed in to change notification settings - Fork 184
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
refactor(katana-db): database schema #1837
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
3a26ffe
to
7ae29da
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1837 +/- ##
==========================================
+ Coverage 70.28% 70.30% +0.02%
==========================================
Files 313 311 -2
Lines 35729 35137 -592
==========================================
- Hits 25111 24703 -408
+ Misses 10618 10434 -184 ☔ View full report in Codecov by Sentry. |
7ae29da
to
61e11a7
Compare
61e11a7
to
5ab5bb5
Compare
00509d5
to
ec3252d
Compare
ec3252d
to
0f0043f
Compare
0f0043f
to
ae94503
Compare
Schema
trait to define database schema; basically a collection of tables that will be created in the database