1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-28 06:32:44 +01:00
immich/server
2023-05-18 14:03:48 +00:00
..
apps fix return update asset with new update time () 2023-05-17 14:28:58 -05:00
bin chore(mobile): Upgrade to Flutter 3.10 () 2023-05-12 09:21:13 -05:00
libs feat: facial recognition () 2023-05-17 12:07:17 -05:00
openapi-generator chore: update api () 2023-05-11 10:49:28 -05:00
.dockerignore feat(immich-server) use ubuntu base-image () 2022-10-24 14:59:07 -05:00
.eslintrc.js chore(docs): contributing () 2023-01-12 08:44:11 -06:00
.gitignore Added generated geocoding files to gitignore 2022-09-28 15:44:43 -05:00
.prettierignore chore(docs): contributing () 2023-01-12 08:44:11 -06:00
.prettierrc Add web interface with admin functionality () 2022-05-21 02:23:55 -05:00
Dockerfile fix(server): Revert alpine version to fix Sharp dependencies not installed correctly () 2023-04-05 02:57:30 +00:00
immich-openapi-specs.json Version v1.56.0 2023-05-18 14:03:48 +00:00
LICENSE feat(docker) revert ubuntu base image () 2022-10-25 14:18:37 -05:00
nest-cli.json chore: remove unused config () 2023-03-30 12:22:25 -05:00
openapitools.json chore(server): update openapi () 2023-04-08 21:26:09 -05:00
package-lock.json Version v1.56.0 2023-05-18 14:03:48 +00:00
package.json Version v1.56.0 2023-05-18 14:03:48 +00:00
README.md feat(server,web): system config for admin () 2022-11-14 22:39:32 -06:00
start-microservices.sh feat(deployment): support docker secrets () 2023-02-05 23:38:06 -06:00
start-server.sh feat(deployment): support docker secrets () 2023-02-05 23:38:06 -06:00
tsconfig.build.json Transfer repository from Gitlab 2022-02-03 10:06:44 -06:00
tsconfig.json refactor(server): common () 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.