We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6560d commit bda94b5Copy full SHA for bda94b5
app/code/Magento/Catalog/etc/db_schema.xml
@@ -31,9 +31,9 @@
31
<index referenceId="CATALOG_PRODUCT_ENTITY_SKU" indexType="btree">
32
<column name="sku"/>
33
</index>
34
- <constraint xsi:type="unique" referenceId="CATALOG_PRODUCT_ENTITY_ENTITY_ID">
35
- <column name="entity_id"/>
36
- </constraint>
+<!-- <constraint xsi:type="unique" referenceId="CATALOG_PRODUCT_ENTITY_ENTITY_ID">-->
+<!-- <column name="entity_id"/>-->
+<!-- </constraint>-->
37
</table>
38
<table name="catalog_product_entity_datetime" resource="default" engine="innodb"
39
comment="Catalog Product Datetime Attribute Backend Table">
0 commit comments