1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00
immich/server
Jason Rasmussen 079ee658a5
fix(mobile): omit null values from json requests (#1212)
* chore: initial template

* feat: exlude null values

* chore: regenerate openapi

* chore: merge

* feat: store changes in a patch file

* feat: extract to sh script

* chore: regenerate openapi

* chore: remove duplicate file

* feat: generate mobile by itself

* Fixed number property not decorated correctly

* Revert hotfix, fix test

* Merge main

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-01-09 22:08:45 -06:00
..
apps fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
bin fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
libs feat(web,server): disable password login (#1223) 2023-01-09 16:32:58 -05:00
openapi-generator/templates/serialization/native fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
.dockerignore
.eslintrc.js
.gitignore
.prettierrc
Dockerfile
immich-openapi-specs.json fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
LICENSE
nest-cli.json
openapitools.json
package-lock.json feat(web/server) public album sharing (#1266) 2023-01-09 14:16:08 -06:00
package.json fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
README.md
start-microservices.sh fix(docker-build): start main process with exec (#1210) 2022-12-29 14:49:02 -06:00
start-server.sh fix(docker-build): start main process with exec (#1210) 2022-12-29 14:49:02 -06:00
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.