sifuen/module-suppress-out-of-date-db 1.0.0

Hide the "Please upgrade your database" message in Magento 2

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Sifuen_SuppressOutOfDateDb

This Magento 2 module hides the "Please upgrade your database" message.

https://sifuen.com/magento-2/how-to-hide-the-please-upgrade-your-database-exception-message/

i1

Installation

You can install this module by using Composer.

composer require sifuen/module-suppress-out-of-date-db

You can also download this repository and place the code into app/code/Sifuen/.

Finally, run setup:upgrade to install the module.

php bin/magento setup:upgrade

How to use

To hide the error message, simply run the following command in your terminal.

php bin/magento dev:db:toggle-out-of-date-error

When your modules are out of date, you will be notified in the admin system messages.

Contributing

Feel free to create a pull request if you'd like to improve this module.