Skip to content

Commit bda94b5

Browse files
committed
AC-11995:Add compatibility with MySQL 8.4 LTS for Magento CE
1 parent 0d6560d commit bda94b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Catalog/etc/db_schema.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<index referenceId="CATALOG_PRODUCT_ENTITY_SKU" indexType="btree">
3232
<column name="sku"/>
3333
</index>
34-
<constraint xsi:type="unique" referenceId="CATALOG_PRODUCT_ENTITY_ENTITY_ID">
35-
<column name="entity_id"/>
36-
</constraint>
34+
<!-- <constraint xsi:type="unique" referenceId="CATALOG_PRODUCT_ENTITY_ENTITY_ID">-->
35+
<!-- <column name="entity_id"/>-->
36+
<!-- </constraint>-->
3737
</table>
3838
<table name="catalog_product_entity_datetime" resource="default" engine="innodb"
3939
comment="Catalog Product Datetime Attribute Backend Table">

0 commit comments

Comments
 (0)