I have enabled automatic migrations. Then, I deleted my whole db. Next, i executed Update-database
from command console, and it recreated my db. Then, I started my application only to see this error:
Model compatibility cannot be checked because the database does not contain model metadata. Model compatibility can only be checked for databases created using Code First or Code First Migrations.
So what exactly is that metadata, and how can I point entity framework to it?
PS. My database contains table named MigrationsHistory
.