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
As we would like to use Vendure in a multi-tenant environment, we want to make the Order entity ChannelAware.
We are currently in the process of implementing this feature.
Any advice/pointers are welcome.
The text was updated successfully, but these errors were encountered:
* feat(core): Make Order entity ChannelAware
* test(core): Add e2e tests for ChannelAware Orders
* fix(core): Fix orders not being added to default channel
Co-authored-by: Hendrik Depauw <[email protected]>
Closes#440
BREAKING CHANGE: Orders are now channel-aware which requires a non-destructive DB migration to apply the schema changes required for this relation.
As we would like to use Vendure in a multi-tenant environment, we want to make the Order entity ChannelAware.
We are currently in the process of implementing this feature.
Any advice/pointers are welcome.
The text was updated successfully, but these errors were encountered: