No migrations configuration type was found in the assembly 'LogBook.Infrastructure'. (In Visual Studio you can use the Enable-Migrations command from Package Manager Console to add a migrations configuration). code example
Example: package manager console add migration
add-migration MyFirstMigration
Update-Database