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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm submitting a...
Current behavior
There was an issue when the name of the file was only number
db-migrate create 012
[ERROR] TypeError: internals.argv.title.split is not a function
Expected behaviour
It should be able to get numbers as a string.
Solution
Convert the name to a String before splitting it.
#630
Minimal reproduction of the problem with instructions
db-migrate create 012
What is the motivation / use case for changing the behavior?
If I want to only have integer as a name.
Environment
The text was updated successfully, but these errors were encountered: