0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-01 02:51:27 -05:00
immich/server
Jason Rasmussen 065fb166c2
refactor(server): bull jobs (#2569)
* refactor(server): bull jobs

* chore: add comment

* chore: metadata test coverage

* fix typo

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-05-26 07:52:52 -05:00
..
apps refactor(server): bull jobs (#2569) 2023-05-26 07:52:52 -05:00
bin chore(mobile): Upgrade to Flutter 3.10 (#2429) 2023-05-12 09:21:13 -05:00
libs refactor(server): bull jobs (#2569) 2023-05-26 07:52:52 -05: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 refactor(server): update album (#2562) 2023-05-25 14:37:19 -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 Version v1.57.1 2023-05-23 09:21:22 +00:00
package.json Version v1.57.1 2023-05-23 09:21:22 +00: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.