我需要在一个月内向我的大学老师展示一个网络项目。该项目是我使用 Sylius 按照一些在线说明创建的在线商店。该网站功能齐全,但其中包含我想要删除的示例数据。如何安全地删除示例数据而不影响项目的其余部分?我担心会破坏某些东西,所以我还没有尝试过任何事情。预先感谢您的帮助。
如果您已经加载了虚拟数据:
bin/console sylius:install:database
对问题说“是”:
se sylius_dev exists and it contains some tables.
Warning! This action will erase your database.
Do you want to drop all of them? (y/N) y
对第二个问题说“不”:
Loading sample data for environment dev from suite default.
Warning! This action will erase your database.
Continue? (y/N) n
然后:
bin/console sylius:install:setup
回答问题就可以了!