aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Fixing database changes from EF #479

Closed suhasj closed 9 years ago

suhasj commented 9 years ago

@mikary @bricelam

DbContext.Database is now of type RelationalDatabase instead of SqlServerDatabase. This is working fine so do let me know if this is not the case