mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
Changed path: server/src/infra/database/entities to server/src/infra/entities
This commit is contained in:
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user