A Data Patch in a module being investigated implements \Magento\Framework\Setup\Patch\Patchversionlnterface and contains a getversion method which returns the string '2.4.2'.
What is the implication of this when php bin/magento setup:upgrade is run?
Select an option, then click Submit answer.
-
○
The patch will only apply if the version specified in the data_version column of the setbpjnodule table for our module is lower than '2.4.2'.
-
○
The patch will only apply if the version specified in the data_version column of the setup_module table for our module is higher than '2.4.2'.
-
○
The patch will only apply if the current version of the Magento Framework is '2.4.2', and likely contains code that is incompatible with later versions.


