Open MaximeChamont opened 2 months ago
Hello Maxime,
Even though the declarative schema appeared in Magento 2.3.0, there are known cases where our customers are facing issues with it. Starting from May 1, 2025, we will no longer support Magento v2.3.x. This is when we will add the declarative schema to our extensions.
Describe the bug As your last versions of your module are compatible with Magento version 2.3.0-2.4.x only, is it planned to migrate our blog module to declarative schema instead of InstallSchema or UpgradeSchema scripts ?
Without this migration, it is necessary to continue to use the old upgrade mechanism to extend your module because declarative schema are executed before your upgraders during the installation process.
Preconditions:
To Reproduce Steps to reproduce the behavior:
db_schema.xml
fileExpected behavior db_schema will be used
Actual behavior InstallSchema or UpgradeSchema are used