How to create a migration file directly without passing the path ? #309
Closed
mohammedalbehairy
started this conversation in
General
Replies: 1 comment
-
It's not possible, typeorm changed their settings for their cli |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running the "migration:create" script i got an error, but when i removed ( -d ormconfig ) from the script and passed the target path it working fine.
But this will force me to add the path with every migration create, I need it to get the path directly from ormconfig
Beta Was this translation helpful? Give feedback.
All reactions