79256305

Date: 2024-12-05 21:44:34
Score: 1
Natty:
Report link

The solution for me was to add filename prefix. say i want to generate migrations with names migration-xxxxx in migrations folder.

then instead of

npm run typeorm -- --dataSource=src/database/data-source.ts migration:generate src/database/migrations

i will have to run

npm run typeorm -- --dataSource=src/database/data-source.ts migration:generate src/database/migrations/migration
Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: swaap