-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(db-migrations): update content of every entity_revision to new Editor format #1865
base: staging
Are you sure you want to change the base?
Conversation
packages/db-migrations/src/20250131114300-update-all-entities-to-new-editor-format.ts
Outdated
Show resolved
Hide resolved
packages/db-migrations/src/20250131114300-update-all-entities-to-new-editor-format.ts
Outdated
Show resolved
Hide resolved
Once this ran in staging could you send us an example of the resulting state to verify that everything looks right? |
@LarsTheGlidingSquirrel Thanks for the review, fixed the version! Could you please explain what you mean by "resulting state"? The |
This is what I had in mind. I don't understand how migrations work very well so I can't really check the code. But I can definitely check if the resulting state looks fine.
No preference. Any way you see fit |
Linear: EDTR-98
Frontend PR: serlo/frontend#4465
Note: Because the new metadata has non-deterministic values, such as
dateModified
andid
, only test for matching document content.