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
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
When removing GroupedExercise after #252 is done we would break > 700 injections.
To avoid this we need a migration that changes the state of all injections that target a GroupedExercise.
Instead of {grouped-exercise-uuid} or /{grouped-exercise-uuid} it should be: {exercise-group-uuid}#{grouped-exercise-uuid} than we can restore the existing functionallity in the frontend.
When removing
GroupedExercise
after #252 is done we would break > 700 injections.To avoid this we need a migration that changes the state of all injections that target a
GroupedExercise
.Instead of
{grouped-exercise-uuid}
or/{grouped-exercise-uuid}
it should be:{exercise-group-uuid}#{grouped-exercise-uuid}
than we can restore the existing functionallity in the frontend.Optional bonus points:
Potentially helpful:
https://github.com/serlo/db-migrations/blob/main/src/utils/edtr-io.ts
status
The text was updated successfully, but these errors were encountered: