0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-21 00:52:43 -05:00
immich/server
2023-05-30 20:52:57 -05:00
..
apps refactor(server): use date type for entities (#2602) 2023-05-30 08:15:56 -05:00
bin chore(web): generate API functions with a single argument (#2568) 2023-05-27 20:52:22 -05:00
libs fix: remove mbtree files (#2620) 2023-05-30 20:52:57 -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 Version v1.59.1 2023-05-30 17:56:47 +00:00
LICENSE
nest-cli.json
openapitools.json chore(server): update openapi (#2205) 2023-04-08 21:26:09 -05:00
package-lock.json Version v1.59.1 2023-05-30 17:56:47 +00:00
package.json Version v1.59.1 2023-05-30 17:56:47 +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.