odiseoteam / SyliusVendorPlugin

This is a Sylius Plugin that add vendors (brands) to your store. The vendors is an entity that sells products and are fully customizable by the admin.
https://odiseo.io
MIT License
58 stars 21 forks source link

Can't update database #4

Closed ghost closed 6 years ago

ghost commented 6 years ago

while updating the database

php bin/console doctrine:schema:update

I get this error

The table with name 'app_dev.sylius_product_channels' already exists.

odiseoteam commented 6 years ago

Hi @karpdamian ! Did you tried drop the database before execute the update command? We look forward.

odiseoteam commented 6 years ago

@pjedrzejewski Do you have any idea how to solve this issue? Maybe some mistake when using Sylius Resource?