Вопрос

I need to check installed module on database table

I hope your help

Thanks Thomas

Это было полезно?

Решение

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 | +--------------------------+----------------+--------------+-------------------+

Другие советы

  • 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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с magento.stackexchange
scroll top