From eaea488a61f4599b12d34ef303af8e1cd9f3683b Mon Sep 17 00:00:00 2001 From: Vadym Honcharuk Date: Wed, 12 Jul 2023 15:39:22 +0300 Subject: [PATCH] Fix #3005, remove unnecessary parameter of column from db_schema.xml --- src/module-elasticsuite-catalog/etc/db_schema.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/module-elasticsuite-catalog/etc/db_schema.xml b/src/module-elasticsuite-catalog/etc/db_schema.xml index 619fbc822..0cd298527 100644 --- a/src/module-elasticsuite-catalog/etc/db_schema.xml +++ b/src/module-elasticsuite-catalog/etc/db_schema.xml @@ -77,8 +77,7 @@ xsi:type="boolean" nullable="false" default="0" - comment="Boolean logic to use for displaying rel=nofollow attribute for all filter links of current attribute" - onCreate="migrateDataFrom(is_display_rel_no_follow)"/> + comment="Boolean logic to use for displaying rel=nofollow attribute for all filter links of current attribute"/>