sensei icon indicating copy to clipboard operation
sensei copied to clipboard

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

Open m1r0 opened this issue 3 years ago • 0 comments

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 avatar Aug 09 '22 23:08 m1r0