Pessoal,
Estou desenvolvendo um projeto Code first e estava habilitando o migrations atraves do nuget console:
Enable-Migrations
Checking if the context targets an existing database...
Detected database created with a database initializer. Scaffolded migration '201312161925363_InitialCreate' corresponding to existing database. To use an automatic migration instead, delete the Migrations folder and re-run Enable-Migrations specifying the
-EnableAutomaticMigrations parameter.
Code First Migrations enabled for project gide.DAL.
Mas dai com essa linha, meu migration nao esta automatico entao ?