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: django admin for content_assignments #269

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Conversation

iloveagent57
Copy link
Contributor

also adds an index on LearnerContentAssignment.state

@@ -126,6 +126,7 @@ class Meta:
max_length=255,
blank=False,
null=False,
db_index=True,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i assume this table is currently small in production so indexing wont take long

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is zero records big.

@iloveagent57 iloveagent57 merged commit 6b42649 into main Sep 19, 2023
2 checks passed
@iloveagent57 iloveagent57 deleted the aed/assignment-admin branch September 19, 2023 15:46
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.

2 participants