React to removal of AsRelational
This commit is contained in:
parent
7f63665607
commit
a07065c02e
|
|
@ -77,7 +77,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var databaseExists = dbContext.Database.AsRelational().Exists();
|
var databaseExists = dbContext.GetService<IRelationalDataStoreCreator>().Exists();
|
||||||
|
|
||||||
var migrator = ((IAccessor<IMigrator>)dbContext.Database).Service;
|
var migrator = ((IAccessor<IMigrator>)dbContext.Database).Service;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue