You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/backend/Migrations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To run migrations you can use the command below:
26
26
- Migrations are stored in the database `migrations` collection.
27
27
- There is no status for a migration. Once the migration has been applied, a record is added in the database.
28
28
- 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.
0 commit comments