swissup / module-setup-nodrop
Avoid executing drop operations during setup:upgrade command
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-01-10 08:49:57 UTC
README
SetupNodrop — is a Magento module that disables drop operations during
setup:upgrade
command.
This module is useful when working with numerous third-party modules, allowing you to disable some periodically, install new ones, and so on with ease.
Installation
composer require swissup/module-setup-nodrop bin/magento module:enable Swissup_SetupNodrop
That's all. Magento will no longer execute drop operations.