Hello
I have a class library with templates using Code First and I enabled Migrations with the "enable-migrations" command in PMC to test and it works very well. Since I'm at the beginning of the model definitions, I'd rather leave it for after the first production deploy.
How do I disable Migrations from my project?