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
Describe the bug
When creating a plugin with the Vendure CLI, adding new columns to an entity works fine initially. However, if I modify the entity (e.g., add a column in the code),
running the CLI to create a service again automatically deletes the columns entity
To Reproduce
Steps to reproduce the behavior:
npx vendure add
Plugin Create a new Vendure plugin
[Plugin: Entity] Add a new entity to a plugin
add new columns to entity
[Plugin: Service] Add a new service to a plugin
Expected behavior
I should see that the service is using the columns that I added, and columns are remaining in the entity
what I am seeing
the entity is returning to it's first state (all columns added are removed)
Environment (please complete the following information):
@vendure/core version: 3.1.4
Nodejs version 22.14
Database (mysql/postgres etc):postgres
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When creating a plugin with the Vendure CLI, adding new columns to an entity works fine initially. However, if I modify the entity (e.g., add a column in the code),
running the CLI to create a service again automatically deletes the columns entity
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should see that the service is using the columns that I added, and columns are remaining in the entity
what I am seeing
the entity is returning to it's first state (all columns added are removed)
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: