docs: fix migrations path in extend entity docs (#6645)

This commit is contained in:
Shahed Nasser
2024-03-11 09:44:53 +02:00
committed by GitHub
parent 39e73b2d2f
commit d38b5eb790

View File

@@ -81,7 +81,7 @@ You can learn how to create or generate a migration in [this documentation](./mi
Heres an example of a migration of the entity extended in this guide: Heres an example of a migration of the entity extended in this guide:
```ts title="src/migration/1680013376180-changeProduct.ts" ```ts title="src/migrations/1680013376180-changeProduct.ts"
import { MigrationInterface, QueryRunner } from "typeorm" import { MigrationInterface, QueryRunner } from "typeorm"
class changeProduct1680013376180 implements MigrationInterface { class changeProduct1680013376180 implements MigrationInterface {