HideAndSeek (Allow DropCreateDatabaseIfModelChanges to create tables even when database exists)
This is basically a port of Brice's fix for CreateDatabaseIfNotExists into DropCreateDatabaseIfModelChanges. This prevents an exception being thrown if metadata can't be found but no model tables exist.
↧