-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
What Medusa version and documentation are you using?
v2
Preliminary Checks
- This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/medusajs/medusa/issues
Issue Summary
I have a use case for data migration scripts, and I found out that they aren't documented at all really.
I knew they existed, as I had seen them running during migrations, but I had to Ctrl+F the release notes(https://github.com/medusajs/medusa/releases/tag/v2.3.0) to find out how and where to create them and had to look at the source code for an actual example of the function signature.
I'd be nice to have a small section about them. Even a copy-paste of the relevant 2.3.0 release notes section and a stripped down version of this script would suffice.
How can this issue be resolved?
Are you interested in working on this issue?
- I would like to fix this issue