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

Second migration uses different folders (beta5-13202) #2215

Closed
Kukkimonsuta opened this issue May 17, 2015 · 1 comment
Closed

Second migration uses different folders (beta5-13202) #2215

Kukkimonsuta opened this issue May 17, 2015 · 1 comment
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Milestone

Comments

@Kukkimonsuta
Copy link
Contributor

When making first migration, the files are saved to

Migrations\20150517090600_InitialStructure.cs
Migrations\TestContextModelSnapshot.cs

After making some changes and adding additional migration I get:

Migrations\20150517090600_InitialStructure.cs (unchanged)
Migrations\TestContextModelSnapshot.cs (unchanged)
Migrations\20150517090624_RemovedTestField.cs
Microsoft\Data\Entity\Metadata\Model.cs (containing new model snapshot)
@bricelam
Copy link
Contributor

Doh! I suspect I broke this in 252534c.

@bricelam bricelam self-assigned this May 18, 2015
@rowanmiller rowanmiller added this to the 7.0.0 milestone May 18, 2015
@bricelam bricelam modified the milestones: 7.0.0-beta5, 7.0.0 May 29, 2015
@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Oct 15, 2022
@ajcvickers ajcvickers modified the milestones: 1.0.0-beta5, 1.0.0 Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Projects
None yet
Development

No branches or pull requests

4 participants