Alex Tran 780c5183e3
Revert "Version v1.51.1"
This reverts commit 6e1d09fc32e118855981e0b17f521408c9a40992.
2023-03-20 22:08:47 -05:00
..
2023-01-12 08:44:11 -06:00
2023-03-20 22:08:47 -05:00
2023-03-20 22:08:47 -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.