-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(sqlite): id column should be unique #894
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #894 +/- ##
==========================================
+ Coverage 25.58% 30.77% +5.19%
==========================================
Files 47 62 +15
Lines 5628 4461 -1167
==========================================
- Hits 1440 1373 -67
+ Misses 3989 2866 -1123
- Partials 199 222 +23 ☔ View 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.
LGTM. Did you test the migration with data manually on your end?
i test that in my side and i don't see any problem. |
today i thinking about a specific situation. should we handle id that currently reuse in database? |
I don't think so. It already happened and we are avoiding it in the future now. |
Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>
This PR try to fix #892