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
Because of this PR: magento/magento2@7a737ae magento looks for type for every column in db_schema.xml but in src/module-elasticsuite-catalog/etc/db_schema.xml these two:
These columns are meant to be removed, so I think giving them a type is safe, and we'll remove them later on. They were supposed to be boolean (tinyint).
Preconditions
Magento Version : 2.4.8-beta1
ElasticSuite Version : 2.11.10
Environment : New installation
Third party modules : No
Steps to reproduce
Expected result
Successful install/update
Actual result
Because of this PR: magento/magento2@7a737ae magento looks for type for every column in db_schema.xml but in
src/module-elasticsuite-catalog/etc/db_schema.xml
these two:are disabled, and haven't type. I can create PR, but i'm not sure, are they need to have type, or they are deprecated and going to be deleted.
The text was updated successfully, but these errors were encountered: