I made a new asp.net mvc4 app and then installed miniprofiler.
then i just enabled-migration and after adding migration i updated my database.
using miniprofiler i found out there are 3 sql queries that i don't know about them.
i don't know where this initialization take place
InitializeDatabase <PerformDatabaseInitialization>b__6 PerformInitializationAction PerformDatabaseInitialization
here is a picture of the miniprofiler
what are these 3 sql queries? where they come from?