1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-13 15:35:15 +02:00
immich/server
Jason Rasmussen 74353193f8
feat(web,server): user storage label (#2418)
* feat: user storage label

* chore: open api

* fix: checks

* fix: api update validation and tests

* feat: default admin storage label

* fix: linting

* fix: user create/update dto

* fix: delete library with custom label
2023-05-21 23:18:10 -04:00
..
apps feat(web,server): user storage label (#2418) 2023-05-21 23:18:10 -04:00
bin chore(mobile): Upgrade to Flutter 3.10 (#2429) 2023-05-12 09:21:13 -05:00
libs feat(web,server): user storage label (#2418) 2023-05-21 23:18:10 -04:00
openapi-generator chore: update api (#2428) 2023-05-11 10:49:28 -05:00
.dockerignore
.eslintrc.js chore(docs): contributing (#1311) 2023-01-12 08:44:11 -06:00
.gitignore
.prettierignore chore(docs): contributing (#1311) 2023-01-12 08:44:11 -06:00
.prettierrc
Dockerfile chore: update to node 18 and alpine 3.17 (#2430) 2023-05-18 10:56:33 -05:00
immich-openapi-specs.json feat(web,server): user storage label (#2418) 2023-05-21 23:18:10 -04: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.56.2 2023-05-20 03:53:45 +00:00
package.json Version v1.56.2 2023-05-20 03:53:45 +00:00
README.md
start-microservices.sh feat(deployment): support docker secrets (#1254) 2023-02-05 23:38:06 -06:00
start-server.sh feat(deployment): support docker secrets (#1254) 2023-02-05 23:38:06 -06:00
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.