I'm confused as to what to do in the situation I've gotten myself into.
I've recreated my database after an issue. When I run up my project, CodeFirst creates the database from my EF model. The site then works fine.
But as soon as I come to add a migration, it says I've got explicit migrations pending on my database. These pending migrations are ALL existing migrations.
It appears that my DB has been created with the most recent model. But without any model/revision data attached.
How do I go about populating that migration data so EF knows the db is up to date?