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

Entity Framework Core Add/Remove Migrations #15

Closed
dylanjustice opened this issue Oct 3, 2019 · 4 comments
Closed

Entity Framework Core Add/Remove Migrations #15

dylanjustice opened this issue Oct 3, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request hacktoberfest Support hacktoberfest (not required to get credit)

Comments

@dylanjustice
Copy link
Contributor

Create a command that allows you to add migrations, remove migrations and update the database given a project and a startup project for Entity Framework Core.

i.e
and-cli --migrations -[add|remove] [MigrationName] -p [Project] -s [StartupProject]

... or something

@dylanjustice dylanjustice added hacktoberfest Support hacktoberfest (not required to get credit) enhancement New feature or request labels Oct 3, 2019
@brandongregoryscott
Copy link
Contributor

I've already written this for the project cli I'm on, so it shouldn't be too much effort to port it over here. Thanks for the bringing up the issue @dylanjustice !

@wintondeshong
Copy link
Contributor

@brandongregoryscott of course after I merged and published to npm (0.1.0), I realized we need to add documentation of the command to COMMANDS.md.

@brandongregoryscott
Copy link
Contributor

@brandongregoryscott of course after I merged and published to npm (0.1.0), I realized we need to add documentation of the command to COMMANDS.md.

Ah whoops, I totally forgot, too! I'll get a branch & PR out for this soon.

@wintondeshong
Copy link
Contributor

Thanks @brandongregoryscott merged and closed 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Support hacktoberfest (not required to get credit)
Projects
None yet
Development

No branches or pull requests

3 participants