Explorar o código

chore(core): Add issue reference

Michael Bromley %!s(int64=3) %!d(string=hai) anos
pai
achega
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
  * 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.
  * 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.
  * TODO: In v2 we will add the Index to all relations manually, this making this redundant.
  */
  */
 export const addForeignKeyIndices: EntityMetadataModifier = (metadata: MetadataArgsStorage) => {
 export const addForeignKeyIndices: EntityMetadataModifier = (metadata: MetadataArgsStorage) => {