0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-11 02:23:09 -05:00
immich/server
Alex 57136e48fb
feat(machine-learning)!: move machine learning to Python based image (#1774)
BREAKING CHANGES
* Users have to update the docker-compose file, machine-learning portion.
* Temporary dropping machine-learning support for Arm64 and Armv7
2023-02-18 09:13:37 -06:00
..
apps feat(machine-learning)!: move machine learning to Python based image (#1774) 2023-02-18 09:13:37 -06:00
bin fix(server): more asset upload validation and docs (#1720) 2023-02-11 23:54:07 -06:00
libs feat(server): auto-link live photos (#1761) 2023-02-16 01:41:51 -06:00
openapi-generator fix(server): more asset upload validation and docs (#1720) 2023-02-11 23:54:07 -06:00
.dockerignore
.eslintrc.js
.gitignore
.prettierignore
.prettierrc
Dockerfile chore: reduce docker image size (#1523) 2023-02-02 21:28:34 -06:00
immich-openapi-specs.json Version v1.47.3 2023-02-16 03:38:44 +00:00
LICENSE
nest-cli.json
openapitools.json
package-lock.json Version v1.47.3 2023-02-16 03:38:44 +00:00
package.json Version v1.47.3 2023-02-16 03:38:44 +00:00
README.md
start-microservices.sh feat(deployment): support docker secrets (#1254) 2023-02-05 23:38:06 -06:00
start-server.sh feat(deployment): support docker secrets (#1254) 2023-02-05 23:38:06 -06:00
tsconfig.build.json
tsconfig.json

How to run migration

  1. Attached to the container shell
  2. Run npm run typeorm -- migration:generate ./libs/database/src/<migration-name> -d libs/database/src/config/database.config.ts
  3. Check if the migration file makes sense
  4. Move the migration file to folder server/libs/database/src/migrations in your code editor.