1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-12 15:32:36 +02:00
immich/server
2023-04-08 20:35:27 -05:00
..
apps fix(server): expand tests and add avi, mov to mimetypes. (#2213) 2023-04-08 20:35:27 -05:00
bin
libs chore(server): redis error handling (#2212) 2023-04-08 20:35:08 -05:00
openapi-generator
.dockerignore
.eslintrc.js
.gitignore
.prettierignore
.prettierrc
Dockerfile fix(server): Revert alpine version to fix Sharp dependencies not installed correctly (#2172) 2023-04-05 02:57:30 +00:00
immich-openapi-specs.json feat(server): improve validation of albums (#2188) 2023-04-06 12:50:55 -05:00
LICENSE
nest-cli.json
openapitools.json
package-lock.json Version v1.53.0 2023-04-06 04:56:28 +00:00
package.json Version v1.53.0 2023-04-06 04:56:28 +00:00
README.md
start-microservices.sh
start-server.sh
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.