0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00
immich/server
2023-06-01 16:07:45 -04:00
..
apps feat(server): dynamic job concurrency (#2622) 2023-06-01 05:32:51 -05:00
bin chore(web): generate API functions with a single argument (#2568) 2023-05-27 20:52:22 -05:00
libs test(server): job service (#2634) 2023-06-01 16:07:45 -04:00
openapi-generator chore: update api (#2428) 2023-05-11 10:49:28 -05:00
.dockerignore
.eslintrc.js
.gitignore
.prettierignore
.prettierrc
Dockerfile docker: use default entrypoint and command where applicable (#2529) 2023-05-23 09:02:47 -05:00
immich-openapi-specs.json feat(server): dynamic job concurrency (#2622) 2023-06-01 05:32:51 -05:00
LICENSE
nest-cli.json chore: remove unused config (#2121) 2023-03-30 12:22:25 -05:00
openapitools.json chore(server): update openapi (#2205) 2023-04-08 21:26:09 -05:00
package-lock.json feat(server): dynamic job concurrency (#2622) 2023-06-01 05:32:51 -05:00
package.json feat(server): dynamic job concurrency (#2622) 2023-06-01 05:32:51 -05:00
README.md
start-microservices.sh
start-server.sh
tsconfig.build.json
tsconfig.json refactor(server): common (#2066) 2023-03-23 23:55:15 -05:00

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.