You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] latest
[ ] @next
[x] 0.2.20 (or put your version here)
Description:
Enum's with a custom name in Pascal Case (EExchangeCode in my example) handled incorrectly by the migration:generate.
Steps to reproduce or a small repository showing the problem:
I prepared a repository to demonstrate the problem with better description in README.md (with screenshots).
# preparation
git clone git@github.com:korniychuk/typeorm-migraion-enum-bug-demo.git
cd typeorm-migraion-enum-bug-demo
npm install
npm run db:docker:dev # requires docker and docker-compose
npm run migrations:run
# demo of the problem
npm run migrations:diff test
egorovli, OlehRovenskyi and better-cbotkinegorovli