NetCoreMicroservicesSample icon indicating copy to clipboard operation
NetCoreMicroservicesSample copied to clipboard

[QUESTION ] EFCore for eventstore and outbox

Open mkojoa opened this issue 3 years ago • 1 comments

I am using the same database for event store and outbox but for some reason, tables don't get migrated. I also don't want to migrate them manually. Can anyone help me out?

mkojoa avatar Dec 25 '20 11:12 mkojoa

@mkojoa They sould be migrated on startup shown here: https://github.com/madslundt/NetCoreMicroservicesSample/blob/1a8e7618343da0a3381abfc6319ccd9ff8adfef2/Src/UsersService/Startup.cs#L83

jbonnett92 avatar Jan 31 '22 03:01 jbonnett92