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

EF Core improvements #94

Merged
merged 3 commits into from
Mar 19, 2020
Merged

EF Core improvements #94

merged 3 commits into from
Mar 19, 2020

Conversation

joaopgrassi
Copy link
Member

@joaopgrassi joaopgrassi commented Feb 17, 2020

The migrations that show up now are due to:

The project is now just a netcoreapp class lib. The Scheduler project has a factory which is used by EF Design packages in order to run migration commands. We can add this as well to other projects if we want, so not only the Scheduler can do this.
This column is not-null in the database and making it nullable makes EF thinks thing change. Reverting so we don't have this in the migration.
@dnfclas
Copy link

dnfclas commented Feb 19, 2020

CLA assistant check
All CLA requirements met.

@joaopgrassi joaopgrassi force-pushed the feat/efcore-improvements branch from 5f5f9f0 to 7d2488f Compare February 19, 2020 19:47
@joaopgrassi joaopgrassi self-assigned this Feb 19, 2020
@bruno-garcia bruno-garcia marked this pull request as ready for review March 19, 2020 16:40
@bruno-garcia
Copy link
Member

vai que da

@bruno-garcia bruno-garcia merged commit a7bdd38 into master Mar 19, 2020
@bruno-garcia bruno-garcia deleted the feat/efcore-improvements branch March 19, 2020 16:41
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.

3 participants