mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
docs: add new features (#2441)
* chore: add new features * Add facial recognition to docs site * Added partner sharing to the docs site * update developer docs --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
parent
b50c621be8
commit
2fc8a0db92
10 changed files with 57 additions and 20 deletions
|
|
@ -111,7 +111,7 @@ After making any changes in the `server/libs/database/src/entities`, a database
|
|||
2. Run
|
||||
|
||||
```bash
|
||||
npm run typeorm -- migration:generate ./libs/infra/src/db/<migration-name> -d ./libs/infra/src/db/config/database.config.ts
|
||||
npm run typeorm:migrations:generate ./libs/infra/src/<migration-name>
|
||||
```
|
||||
|
||||
3. Check if the migration file makes sense.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue