-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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(link-modules,modules-sdk,pricing): Medusa App Migrations + Core compatible migrations #5317
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
c7d8f34
chore: remove skipping logic for migrations
riqwan 8f28e3f
chore: medusa app returns migrations to run for modules
riqwan b30bc96
chore: added migration for feature compatible
riqwan 026e1d8
chore: added changelog
riqwan d7e8945
Merge branch 'develop' into feat/pricing-integration
riqwan bf1cf2b
chore: create table only if it does not exist
riqwan dd2916c
Merge branch 'develop' into feat/pricing-integration
riqwan e114b66
chore: update migration to pluck from registered modules
riqwan dbd0a17
chore: cleanup
riqwan e478cd3
chore: make product an internal service temp
riqwan 22837e0
chore: added options and deps to module
riqwan 597268e
Merge branch 'develop' into feat/pricing-integration
riqwan eb2c316
Merge branch 'develop' into feat/pricing-integration
srindom 9d77c18
chore: added link module options
riqwan 8f874d1
chore: remove duplicate
riqwan 81ef1cc
chore: added missing column names in core + remove from model
riqwan 35572c9
Merge branch 'develop' into feat/pricing-integration
riqwan d9640c2
chore: scope migrations to only to create if not exist - money amount…
riqwan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@medusajs/link-modules": patch | ||
"@medusajs/modules-sdk": patch | ||
"@medusajs/pricing": patch | ||
--- | ||
|
||
feat(link-modules,modules-sdk,pricing): Medusa App Migrations + Core compatible migrations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: what does this do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to load it from the core and not as being a module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need that if the product module is not required to run the pricing module, in that case the pricing modue is linked to the internal core service and the pivot table is managed in the core