mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
Changed path: server/src/infra/database/entities to server/src/infra/entities
This commit is contained in:
parent
3edc87f684
commit
1d0dbdff67
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue