3
Hello!
I have a class library with models using Code First and enabled Migrations with the command "enable-Migrations" in PMC to test and works very well. As I am at the beginning of the model definitions, I prefer to leave it until after making the first production deploy.
How do I disable Migrations from my project?