mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00:00
6b3892987a
* Group by date objects instead of strings * Change OpenAPI code generation to wrap json decoding in Change OpenAPI code generation to wrap decodeJson in compute * Remove orig file * Fix linter error * Change drag handle date format * Order timeline explictly from new to old --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com> |
||
---|---|---|
.. | ||
apps | ||
bin | ||
libs | ||
openapi-generator | ||
.dockerignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
Dockerfile | ||
immich-openapi-specs.json | ||
LICENSE | ||
nest-cli.json | ||
openapitools.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
start-microservices.sh | ||
start-server.sh | ||
tsconfig.build.json | ||
tsconfig.json |
How to run migration
- Attached to the container shell
- Run
npm run typeorm -- migration:generate ./libs/database/src/<migration-name> -d libs/database/src/config/database.config.ts
- Check if the migration file makes sense
- Move the migration file to folder
server/libs/database/src/migrations
in your code editor.