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(typeorm): remove migrations subcommands #1150

Merged
merged 1 commit into from
Apr 19, 2022
Merged

fix(typeorm): remove migrations subcommands #1150

merged 1 commit into from
Apr 19, 2022

Conversation

EliasGcf
Copy link
Contributor

@EliasGcf EliasGcf commented Apr 14, 2022

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Fix

What is the current behavior? (You can also link to an open issue here)
TypeORM version 0.3.0 removes migrations:* commands. (Release 0.3.0 · typeorm/typeorm)

image

What is the new behavior (if this is a feature change)?
Don't show the removed commands

Additional info:

@withfig-bot
Copy link
Collaborator

Overview

src/typeorm.ts:

Info:

@withfig-bot
Copy link
Collaborator

Hello @EliasGcf,
thank you very much for creating a Pull Request!
Here is a small checklist to get this PR merged as quickly as possible:

  • Do all subcommands / options which take arguments include the args property (args: {})?
  • Are all options modular? E.g. -a -u -x instead of -aux
  • Have all other checks passed?

Please add a 👍 as a reaction to this comment to show that you read this.

@fedeci fedeci mentioned this pull request Apr 19, 2022
3 tasks
Copy link
Contributor

@fedeci fedeci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fedeci fedeci changed the title fix: remove migrations subcommands fix(typeorm): remove migrations subcommands Apr 19, 2022
@fedeci fedeci merged commit 0040362 into withfig:master Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants