Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX #2719: enforce name argument of migration generate command #6690

Merged
merged 2 commits into from Sep 26, 2020

Commits on Sep 9, 2020

  1. fix: enforce name argument of migration generate command

    enforce the type of the name argument in order to return a more useful error message when the user forgets to provide a migration name to the generate migration command
    
    Closes: typeorm#2719, typeorm#4798, typeorm#4805
    Akosua Asante committed Sep 9, 2020
    Copy the full SHA
    28745ac View commit details
    Browse the repository at this point in the history
  2. fix: update error message text for generate migration command when mi…

    …ssing name argument
    
    enforce the type of the name argument in order to return a more useful error message when the user forgets to provide a migration name to the generate migration command
    
    Closes: typeorm#2719, typeorm#4798, typeorm#4805
    Akosua Asante committed Sep 9, 2020
    Copy the full SHA
    d691893 View commit details
    Browse the repository at this point in the history