Run plugin migration
2
To run a specific plugin database migration run the following command: bin/console database:migrate <plugin> --all
.
To find the <plugin>
name you can either run bin/console plugin:refresh
, or just insert the name directly if you know it out of the box for example:
bin/console database:migrate WexoContactPerson --all
There are no comments yet
Be the first one to comment