1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

fix(documentation): entities path in migrations (#5985) (#5986)

Changed path: server/src/infra/database/entities to server/src/infra/entities
This commit is contained in:
Marios Kerasiotis 2023-12-26 16:04:41 +02:00 committed by GitHub
parent 3edc87f684
commit 1d0dbdff67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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