Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/backend/Migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To run migrations you can use the command below:
- Migrations are stored in the database `migrations` collection.
- There is no status for a migration. Once the migration has been applied, a record is added in the database.
- The command will compare migration files and database records to know which migrations to apply.
- 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.
- 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.

## Test migration

Expand Down