You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
For making the migrations, could use a similar approach as sensei-pro or woocommerce.
The text was updated successfully, but these errors were encountered:
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
Goal
The goal of the card is to implement a migration job that copies the quiz data from comments to the new tables.
Scope
If storing related data in multiple tables, consider using MySQL transactions.Notes
The text was updated successfully, but these errors were encountered: