refined-australia-97241
05/04/2023, 10:50 AMsetup:upgrade
that ran php code from SetupData.php and UpgradeData.php files to edit the values in the database among other things.
In Spryker the propel:install
command modifies the structure of the tables, the data:import
command imports new data in the database and modify existing data based on keys. Now is there a command to delete data in the database ? Besides deleting the data one by one manually.
Thanks !wooden-king-30682
05/04/2023, 10:56 AM