nestjs-starter-rest-api icon indicating copy to clipboard operation
nestjs-starter-rest-api copied to clipboard

Fix/fix typeorm new version and update packages

Open FelipeCO14 opened this issue 1 year ago • 0 comments

Done:

  • Update packages
  • Fix the problems caused by the new Typeorm version 0.3.x
    • updated methods

    • remove deprecated annotations

    • Migration fix

    • Fix access problem: Done (Had to move from mysql to mysql2 to solve this problem) image

    • Fix the repositories/entities problem: Fix reference

TODO:

  • fix the tests
  • Check the generate migration script
  • bring in the postgres change.

FelipeCO14 avatar Aug 08 '22 11:08 FelipeCO14