From 1d0dbdff67697126c8f537a0439f3b12571f8042 Mon Sep 17 00:00:00 2001 From: Marios Kerasiotis <39958515+mariosker@users.noreply.github.com> Date: Tue, 26 Dec 2023 16:04:41 +0200 Subject: [PATCH] fix(documentation): entities path in migrations (#5985) (#5986) Changed path: server/src/infra/database/entities to server/src/infra/entities --- docs/docs/developer/database-migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/developer/database-migrations.md b/docs/docs/developer/database-migrations.md index 6753e864cb..a78274a619 100644 --- a/docs/docs/developer/database-migrations.md +++ b/docs/docs/developer/database-migrations.md @@ -1,6 +1,6 @@ # Database Migrations -After making any changes in the `server/src/infra/database/entities`, a database migration need to run in order to register the changes in the database. Follow the steps below to create a new migration. +After making any changes in the `server/src/infra/entities`, a database migration need to run in order to register the changes in the database. Follow the steps below to create a new migration. 1. Run the command