-
Notifications
You must be signed in to change notification settings - Fork 4
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
allow fetching of articles that a group has published #377
base: staging
Are you sure you want to change the base?
Conversation
It seems that I need to fix tests :) I will later |
I do not see a reason for the schema change, no. But it might just have been caused by changes in a recent dependency update, the changes to it look unrelated to yours. |
schema changes are explained by #393 (comment) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## staging #377 +/- ##
========================================
Coverage 99.92% 99.92%
========================================
Files 203 203
Lines 2707 2709 +2
========================================
+ Hits 2705 2707 +2
Misses 2 2 ☔ View full report in Codecov by Sentry. |
add an attribute to the goup model, allowing the articles of a group to be retrieved via that group's model.
@wilco375 please let me know if the schema looks right to you, I'm not sure why these changes happened (the underlying tables should not be changed by my additions right?)