ethos/module-filenameextension

Simple module adding a 'file_name' field on orders

0.3.2 2017-03-17 08:41 UTC

This package is not auto-updated.

Last update: 2024-04-14 01:20:30 UTC


README

magento 2.1 module that adds a field 'file_name' on orders

install : composer require "ethos/filenameextension:*"

php bin/magento setup:upgrade

uninstall : php bin/magento module:uninstall Ethos_FileNameExtension --remove-data

The option --remove-data is supposed to call the uninstall method of the Uninstall class of the module, which has to inherit from \Magento\Framework\Setup\UninstallInterface.

The truth is, magento module:uninstall is kinf od stuck, it never ends and never do te job properly, the only things done are : composer.json : remove the module from require section. database : remove module from table setup_module.

the code is still in vendor, and the data in db... Fuck this.