Pregunta

I need to check installed module on database table

I hope your help

Thanks Thomas

¿Fue útil?

Solución

Yes, you can check using following query.

SELECT * FROM setup_module WHERE module='Learning_GreetingMessage';

+--------------------------+----------------+--------------+-------------------+ | module | schema_version | data_version | +--------------------------+----------------+--------------+-------------------+ | Learning_GreetingMessage | 0.0.1 | 0.0.1 | +--------------------------+----------------+--------------+-------------------+

Otros consejos

  • You can check the included modules with the help of the command: php bin/magento module:status

  • Or you can look in the database table: setup_module

command: php bin/magento module:status Module_Name look in the database table: setup_module

Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top