Skip to content
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

feat(mongo): refactor _fields #116

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Hieuzest
Copy link
Contributor

@Hieuzest Hieuzest commented Oct 10, 2024

  • remove unused field field, use id to replace table
  • trigger initialization on first time migration to this version
  • store current fields to avoid migration on every startup

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

Attention: Patch coverage is 98.07692% with 1 line in your changes missing coverage. Please review.

Project coverage is 99.00%. Comparing base (b2d7cd6) to head (ca90c57).

Files with missing lines Patch % Lines
packages/mongo/src/index.ts 98.07% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #116      +/-   ##
==========================================
- Coverage   99.01%   99.00%   -0.02%     
==========================================
  Files          39       39              
  Lines       13638    13655      +17     
  Branches     3367     3370       +3     
==========================================
+ Hits        13504    13519      +15     
- Misses        134      136       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Hieuzest Hieuzest changed the title feat(mongo): refactor _fields [v4] feat(mongo): refactor _fields Oct 10, 2024
@Hieuzest Hieuzest changed the title [v4] feat(mongo): refactor _fields feat(mongo): refactor _fields Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant