Removing the __MigrationHistory table from the database

I want to know what happens if I delete a table __MigrationHistoryfrom a production database?

+5
source share
1 answer

Based on my problem, I decided to delete this table. Nothing happened when the application launches and throws Exceptionfor everyone Entityabout Entityalready exists in the database. So do not try to delete this table if you have already deployed your application.

+4
source

All Articles