Skip to content

Commit 35c72cb

Browse files
adjust filename (#74)
1 parent ddb90ac commit 35c72cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/Migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To run migrations you can use the command below:
2626
- Migrations are stored in the database `migrations` collection.
2727
- There is no status for a migration. Once the migration has been applied, a record is added in the database.
2828
- The command will compare migration files and database records to know which migrations to apply.
29-
- Migration configuration is locates in `./apps/server/src/mikro-orm.config.ts` file. MikroORM uses the config file to connect to the database and to find the migrations folder.
29+
- Migration configuration is locates in `./apps/server/src/mikro-orm-cli.config.ts` file. MikroORM uses the config file to connect to the database and to find the migrations folder.
3030

3131
## Test migration
3232

0 commit comments

Comments
 (0)