You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: