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

Add partitioned submission table #2538

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Add partitioned submission table #2538

wants to merge 13 commits into from

Conversation

ukanga
Copy link
Member

@ukanga ukanga commented Jan 12, 2024

Changes / Features implemented

Introduces partition of submission data.

Steps taken to verify this change does what is intended

$ python manage.py migrate

Check that there are at least two new tables created, logger_submission and logger_submission_default in the database. logger_submission should be a partitioned table.

Side effects of implementing this change

New tables are added to the database.

Before submitting this PR for review, please make sure you have:

  • Included tests
  • Updated documentation

Closes #

ukanga added 2 commits March 18, 2024 11:34
Due to conflict of delete_submission both in XForm and Instance model
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