You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something weird in the migrations?
I create my domain, and I add dnx ef migrations add v0.0.1, and perform dnx ef database update. this step is successfully.
without modify my domain properties, I do perform dnx ef migrations add v0.0.2, it will generate another script and this time it create this below.
Hi Guys,
Something weird in the migrations?
I create my domain, and I add dnx ef migrations add v0.0.1, and perform dnx ef database update. this step is successfully.
without modify my domain properties, I do perform dnx ef migrations add v0.0.2, it will generate another script and this time it create this below.
Why this code is not generating on the first migrations?
Is this a bug or ?
The text was updated successfully, but these errors were encountered: