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

Create a migration that copies the quiz data to the new tables #5438

Closed
m1r0 opened this issue Aug 9, 2022 · 0 comments · Fixed by #7123
Closed

Create a migration that copies the quiz data to the new tables #5438

m1r0 opened this issue Aug 9, 2022 · 0 comments · Fixed by #7123
Assignees
Milestone

Comments

@m1r0
Copy link
Member

m1r0 commented Aug 9, 2022

Goal

The goal of the card is to implement a migration job that copies the quiz data from comments to the new tables.

Scope

  • Create a migration job that copies the quiz data from comments to the new tables.
  • The migration job should run as a background process.
  • To avoid timeouts, the migration job should process a limited number of rows (~250?) and continue in a new process.
  • If storing related data in multiple tables, consider using MySQL transactions.

Notes

@m1r0 m1r0 changed the title Create a migration to copy the quiz data to the new tables Create a migration that copies the quiz data to the new tables Oct 5, 2022
@merkushin merkushin assigned merkushin and unassigned merkushin Aug 9, 2023
@m1r0 m1r0 mentioned this issue Aug 24, 2023
14 tasks
@m1r0 m1r0 self-assigned this Aug 27, 2023
@m1r0 m1r0 closed this as completed in #7123 Sep 4, 2023
@github-actions github-actions bot added this to the 4.16.2 milestone Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants