0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-01 02:51:27 -05:00
immich/server
2023-03-30 12:22:25 -05:00
..
apps fix(server): incorrect video file path to serve for mobile vs web (#2118) 2023-03-29 12:36:18 -05:00
bin
libs fix(server): add paused property to JobCountsDto (#2112) 2023-03-29 10:33:03 -05:00
openapi-generator
.dockerignore
.eslintrc.js
.gitignore
.prettierignore
.prettierrc
Dockerfile
immich-openapi-specs.json Version v1.52.1 2023-03-29 17:37:33 +00:00
LICENSE
nest-cli.json chore: remove unused config (#2121) 2023-03-30 12:22:25 -05:00
openapitools.json
package-lock.json Version v1.52.1 2023-03-29 17:37:33 +00:00
package.json Version v1.52.1 2023-03-29 17:37:33 +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.