microsoftarchive/cqrs-journey

Infrastructure | Default database initializer fails, set it to null again

kzu opened this issue · 0 comments

kzu commented

The CreateDatabaseIfNotExist (default strategy) does check the model hash on the existing database and fails if it doesn't match :(.

So we need all the DB initializers set as null like before.