1
0
Эх сурвалжийг харах

chore(core): Add issue reference

Michael Bromley 3 жил өмнө
parent
commit
73da464207

+ 2 - 0
packages/core/src/config/entity-metadata/add-foreign-key-indices.ts

@@ -11,6 +11,8 @@ import { EntityMetadataModifier } from './entity-metadata-modifier';
  * by default in MySQL/MariaDB, but not in Postgres. So this modification can lead to improved
  * performance with Postgres - especially when dealing with large numbers of products, orders etc.
  *
+ * See https://github.com/vendure-ecommerce/vendure/issues/1502
+ *
  * TODO: In v2 we will add the Index to all relations manually, this making this redundant.
  */
 export const addForeignKeyIndices: EntityMetadataModifier = (metadata: MetadataArgsStorage) => {