mirror of
https://github.com/immich-app/immich.git
synced 2025-11-24 17:30:43 +09:00
Changed path: server/src/infra/database/entities to server/src/infra/entities
This commit is contained in:
committed by
GitHub
parent
3edc87f684
commit
1d0dbdff67
@@ -1,6 +1,6 @@
|
|||||||
# Database Migrations
|
# 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
|
1. Run the command
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user