-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
🐛 use more precise foreign key constraints #62
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #62 +/- ##
=======================================
Coverage 87.16% 87.16%
=======================================
Files 8 8
Lines 553 553
=======================================
Hits 482 482
Misses 71 71 ☔ View full report in Codecov by Sentry. |
so without this change I get
with the code change.
so looks good to me. Here is the schema that seems to be causing the issue. I've seen it on 2 systems. Note you have to be creating a new sqlite3 db to see the issue. |
This has been released in v2.1.7 |
Addresses #61